Megatest

Diff
Login

Differences From Artifact [0281a19fe7]:

To Artifact [e2fa9f346c]:












1
2
3





1
2
3
4
5
6
7
8
9
10



11
12
13
14
15
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
;;======================================================================
;; 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
;;
;;======================================================================
;; 'http or 'tcp
(rmt:transport-mode 'tcp)
;; (rmt:transport-mode 'http)

(dbfile:sync-method 'none)
(dbfile:cache-method 'none)
(rmt:transport-mode 'nfs)