Index: transport-mode.scm.template ================================================================== --- transport-mode.scm.template +++ transport-mode.scm.template @@ -7,9 +7,16 @@ ;; ;; NOTE: NOT ALL COMBINATIONS WORK ;; ;;====================================================================== +;; 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 (dbfile:sync-method 'none) (dbfile:cache-method 'none) (rmt:transport-mode 'nfs) +