Differences From Artifact [7441aa8866]:
- File dcommonmod.scm — part of check-in [5a82492081] at 2021-02-23 10:57:59 on branch v1.65-real-new-runs-view — basic new view updates (user: mrwellan, size: 17643) [annotate] [blame] [check-ins using] [more...]
To Artifact [f523c8bd7c]:
- File dcommonmod.scm — part of check-in [9314c243c0] at 2021-02-27 08:37:14 on branch v1.65-real-new-runs-view-wip3 — wip (user: matt, size: 17644) [annotate] [blame] [check-ins using]
︙ | |||
443 444 445 446 447 448 449 450 | 443 444 445 446 447 448 449 450 451 | + | ((last-update 0) : number) ;; last query to db got records from before last-update ((last-db-time 0) : number) ;; last timestamp on megatest.db ((data-changed #f) : boolean) ((run-data-offset 0) : number) ;; get only 100 items per call, set back to zero when received less than 100 items (db-path #f)) ;;======================================================================the end ) |