Overview
Comment: | Make nfs mode default for dashboard |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
aaa4fca59147d85857b44e24982a8dc1 |
User & Date: | matt on 2023-03-20 07:31:44 |
Other Links: | branch diff | manifest | tags |
Context
2023-03-21
| ||
08:22 | Fixed dashboard refresh and test control panel setting of state/status check-in: 35a835818f user: matt tags: v1.80 | |
2023-03-20
| ||
10:17 | changed version to 1.8009. check-in: 901bbd55b3 user: icfadm tags: v1.80, v1.8009 | |
07:31 | Make nfs mode default for dashboard check-in: aaa4fca591 user: matt tags: v1.80 | |
07:09 | Added run-id to test output on import-sexpr for sanity checking by user check-in: 78ea3ef6e3 user: matt tags: v1.80 | |
Changes
Modified dashboard-transport-mode.scm.template from [c59d475c4f] to [e339576131].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 | - + | ;; (dbfile:sync-method 'none) ;; (dbfile:cache-method 'none) ;; (rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and inmem (dbfile:sync-method 'original) (dbfile:cache-method 'inmem) |