Differences From Artifact [1b66b2d4cc]:
- File transport-mode.scm.template — part of check-in [9b4499570c] at 2023-05-01 10:02:36 on branch v1.80-servload — wip (user: matt, size: 692) [annotate] [blame] [check-ins using]
To Artifact [317846bf53]:
- File transport-mode.scm.template — part of check-in [a12a6cfff9] at 2023-05-02 11:38:30 on branch v1.80-servload — Go back to original sync (user: mrwellan, size: 694) [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 |