Artifact e2fa9f346c7299ee9d73ed41bbb37995dda16ed7:
- File dashboard-transport-mode.scm.template — part of check-in [79f9af8364] at 2023-03-11 10:37:06 on branch v1.80 — WIP, getting nfs working again (user: matt, size: 457) [annotate] [blame] [check-ins using]
- File transport-mode.scm.template — part of check-in [79f9af8364] at 2023-03-11 10:37:06 on branch v1.80 — WIP, getting nfs working again (user: matt, size: 457) [annotate] [blame] [check-ins using]
;;====================================================================== ;; set up transport, db cache and sync methods ;; ;; sync-method: 'original, 'attach or 'none ;; cache-method: 'tmp, 'inmem or 'none ;; rmt:transport-mode: 'http, 'tcp, 'nfs ;; ;; NOTE: NOT ALL COMBINATIONS WORK ;; ;;====================================================================== (dbfile:sync-method 'none) (dbfile:cache-method 'none) (rmt:transport-mode 'nfs)