Differences From Artifact [2c9382abf0]:
- File dbfile.scm — part of check-in [9d2772b077] at 2023-02-10 21:22:54 on branch v1.80-debugprint — rebased v1.80-debugprint forward (user: matt, size: 50690) [annotate] [blame] [check-ins using] [more...]
To Artifact [3466867c35]:
- File dbfile.scm — part of check-in [5c56271302] at 2023-02-13 04:56:14 on branch v1.80-debugprint — missing param setting (user: matt, size: 50734) [annotate] [blame] [check-ins using]
︙ | |||
40 41 42 43 44 45 46 47 48 49 50 51 52 53 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + | commonmod ;; debugprint ) (import debugprint) (define num-run-dbs (make-parameter 10)) ;; number of db's in .megatest (define keep-age-param (make-parameter 10)) ;;====================================================================== ;; R E C O R D S ;;====================================================================== ;; a single Megatest area with it's multiple dbs is ;; managed in a dbstruct |
︙ |