Differences From 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]
To Artifact [2cfd93429c]:
- File dashboard-transport-mode.scm — part of check-in [21cc0ebe1b] at 2024-02-07 19:50:33 on branch v1.90 — wip (user: matt, size: 718) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | ;; (dbfile:sync-method 'none) ;; (dbfile:cache-method 'none) ;; (rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and cachedb (dbfile:sync-method 'none) ;; original was causing crash on start. (dbfile:cache-method 'none) | | | | 13 14 15 16 17 18 19 20 21 22 | ;; (dbfile:sync-method 'none) ;; (dbfile:cache-method 'none) ;; (rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and cachedb (dbfile:sync-method 'none) ;; original was causing crash on start. (dbfile:cache-method 'none) (rmt:transport-mode 'tcp) ;; (rmt:transport-mode 'nfs) |