Overview
Comment: | add todo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
081ae45cc81c7d9bbcf14dbf11e94786 |
User & Date: | bjbarcla on 2019-02-07 17:13:10 |
Other Links: | branch diff | manifest | tags |
Context
2019-02-07
| ||
17:16 | coordinate multiple servers such that only one server will be syncing exclusively at any given momemt\ check-in: 31c8ca7f78 user: bjbarcla tags: v1.65 | |
17:13 | add todo check-in: 081ae45cc8 user: bjbarcla tags: v1.65 | |
17:12 | fixed tasks.scm -- Error: (line 1066) unterminated list, starting in line 997 check-in: 8fe9960438 user: bjbarcla tags: v1.65 | |
Changes
Modified TODO from [19e430807b] to [e0a2376de1].
︙ | ︙ | |||
26 27 28 29 30 31 32 | ------------------------------------- . Re-work the dbstruct data structure? .. Move main.db to global? .. [ run-id.db inmemdb last-mod last-read last-sync inuse ] . Re-work all queries to use run-id to dereference server . Open main.db directly in calls to -runtests etc. No need to talk remote? | > > | 26 27 28 29 30 31 32 33 34 | ------------------------------------- . Re-work the dbstruct data structure? .. Move main.db to global? .. [ run-id.db inmemdb last-mod last-read last-sync inuse ] . Re-work all queries to use run-id to dereference server . Open main.db directly in calls to -runtests etc. No need to talk remote? . remove common:faux-lock |