Differences From Artifact [c59d475c4f]:
- File dashboard-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: 658) [annotate] [blame] [check-ins using]
To Artifact [e339576131]:
- File dashboard-transport-mode.scm.template — part of check-in [aaa4fca591] at 2023-03-20 07:31:44 on branch v1.80 — Make nfs mode default for dashboard (user: matt, size: 658) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 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 inmem (dbfile:sync-method 'original) (dbfile:cache-method 'inmem) |