Added delay in batch job processing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#define AYSHOWQUERYINFO
|
||||
//#define AYSHOWQUERYINFO
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -14,7 +14,13 @@ namespace AyaNova.DataList
|
||||
internal static class DataListFetcher
|
||||
{
|
||||
|
||||
|
||||
#if (AYSHOWQUERYINFO)
|
||||
#if (DEBUG)
|
||||
#warning FYI AYSHOWQUERYINFO is defined
|
||||
#else
|
||||
#error ### HOLDUP: AYSHOWQUERYINFO is defined in a RELEASE BUILD!!!!
|
||||
#endif
|
||||
#endif
|
||||
////////////////////////////////////////////////
|
||||
// Get the data list data requested
|
||||
//
|
||||
@@ -59,6 +65,7 @@ namespace AyaNova.DataList
|
||||
System.Diagnostics.Stopwatch stopWatch = new System.Diagnostics.Stopwatch();
|
||||
|
||||
#endif
|
||||
|
||||
//QUERY THE DB
|
||||
using (var command = ct.Database.GetDbConnection().CreateCommand())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user