Differences From Artifact [11933b2545]:
- File dashboard-transport-mode.scm.template — part of check-in [3db414f444] at 2023-03-11 14:40:34 on branch v1.80 — Bit better (user: matt, size: 656) [annotate] [blame] [check-ins using]
- File transport-mode.scm.template — part of check-in [3db414f444] at 2023-03-11 14:40:34 on branch v1.80 — Bit better (user: matt, size: 656) [annotate] [blame] [check-ins using]
To Artifact [7b4174ac3b]:
- File transport-mode.scm.template — part of check-in [83e24c295f] at 2023-03-13 08:37:58 on branch v1.80 — Updated transport-mode templates (user: matt, size: 669) [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 inmem ;; (dbfile:sync-method 'none) ;; (dbfile:cache-method 'none) ;; (rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and inmem |