Megatest

Check-in [2b61f8385c]
Login
Overview
Comment:Switching default to tcp/inmem on build
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.80-tcp-inmem
Files: files | file ages | folders
SHA1: 2b61f8385c3835966faf369f8ddc8bd0fd74a040
User & Date: matt on 2023-02-21 17:58:12
Other Links: branch diff | manifest | tags
Context
2023-02-21
20:25
Fixed few minor issues and got creation of temporary no-sync in .megatest dir working ok. check-in: 6e2393b843 user: matt tags: v1.80-tcp-inmem
17:58
Switching default to tcp/inmem on build check-in: 2b61f8385c user: matt tags: v1.80-tcp-inmem
17:47
Fixed sync back check-in: 5e7e64a893 user: matt tags: v1.80-tcp-inmem
Changes

Modified transport-mode.scm.template from [936e3f7e57] to [0281a19fe7].

1
2
3
;; 'http or 'tcp
;; (rmt:transport-mode 'tcp)
(rmt:transport-mode 'http)

|
|
1
2
3
;; 'http or 'tcp
(rmt:transport-mode 'tcp)
;; (rmt:transport-mode 'http)