Differences From Artifact [ae157b10fd]:
- File dashboard-transport-mode.scm.template — part of check-in [ea08cd04fb] at 2023-05-24 06:24:29 on branch v1.80-dboard-dbs — Separate dbs for dashboard. (user: matt, size: 692) [annotate] [blame] [check-ins using] [more...]
To Artifact [a7eb4115fd]:
- File dashboard-transport-mode.scm — part of check-in [25d7080dba] at 2023-12-19 14:15:26 on branch v1.80-revolution — corrected args on calls to db:setup, added transport mode files (user: mmgraham, size: 690) [annotate] [blame] [check-ins using] [more...]
- File dashboard-transport-mode.scm.template — part of check-in [fc272da6d4] at 2023-05-22 06:13:19 on branch v1.80 — Turned back on the server exit on transport fail. Few other changes. (user: matt, size: 690) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 | - + | ;; uncomment this block to test without tcp or cachedb ;; (dbfile:sync-method 'none) ;; (dbfile:cache-method 'none) ;; (rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and cachedb |