commented out sleep which I use for testing of active jobs/job refresh page, and re-title the job list html
This commit is contained in:
@@ -171,7 +171,8 @@ class FileData():
|
||||
AddLogForJob(job, "Found new file: {}".format(fname) )
|
||||
else:
|
||||
AddLogForJob(job, "DEBUG: {} - {} is OLDER than {}".format( file, stat.st_ctime, last_import_date ), file )
|
||||
time.sleep(0.4)
|
||||
# include this for making the job be a bit slower, and # allowing testing of active jobs/job refresh page, etc.
|
||||
# time.sleep(0.4)
|
||||
settings.last_import_date = time.time()
|
||||
session.commit()
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user