Index: transport-mode.scm.template ================================================================== --- transport-mode.scm.template +++ transport-mode.scm.template @@ -13,10 +13,10 @@ ;; (dbfile:sync-method 'none) ;; (dbfile:cache-method 'none) ;; (rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and inmem -(dbfile:sync-method 'attach) ;; 'original) ;; attach) +(dbfile:sync-method 'original) ;; 'original) ;; attach) (dbfile:cache-method 'tmp) ;; 'inmem) (rmt:transport-mode 'tcp)