Megatest

Diff
Login

Differences From Artifact [8048b5ff50]:

To Artifact [0337db9fa9]:


481
482
483
484
485
486
487




488


489
490
491
492
493
494
495
481
482
483
484
485
486
487
488
489
490
491

492
493
494
495
496
497
498
499
500







+
+
+
+
-
+
+








	    ;; (thread-start! *watchdog*)
          ) 
	  (if (and no-sync-db
		   (common:low-noise-print 5 "sync-all")) ;; cheesy way to reduce frequency of running sync :)
              (begin
                (debug:print 0 *default-log-port* "keep-running calling db:all-db-sync at " (time->string (seconds->local-time) "%H:%M:%S"))

		;; This is tougher than it seems - have to deal with multiple dbs
		;; (db:process-transaction-queue *dbstruct-dbs*)

                (db:all-db-sync *dbstruct-dbs*)
		(db:all-db-sync *dbstruct-dbs*)
		
                ;; (db:do-sync no-sync-db)
	        ;; (db:run-lock-and-sync *no-sync-db*)
              )
          )
      )
      
      ;; when things go wrong we don't want to be doing the various queries too often