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:
2021-01-17 12:38:28 +11:00
parent 2b9dedb9b9
commit 507336c2b2
2 changed files with 4 additions and 3 deletions

View File

@@ -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