Overview
Comment: | merged fork |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.7001-multi-db-rb01 |
Files: | files | file ages | folders |
SHA1: |
782400400d4661f156e345e519cee5d4 |
User & Date: | matt on 2022-05-09 07:30:26 |
Other Links: | branch diff | manifest | tags |
Context
2022-05-09
| ||
14:12 | Allow stealing db lock rather than just failing Closed-Leaf check-in: 02526c166e user: mrwellan tags: v1.7001, v1.7001-multi-db-rb01 | |
07:30 | merged fork check-in: 782400400d user: matt tags: v1.7001-multi-db-rb01 | |
2022-05-04
| ||
18:54 | WIP Fixed delta syncing with locking check-in: 7011056de4 user: mmgraham tags: v1.7001-multi-db-rb01 | |
17:30 | Set timeout to small number check-in: 29e828ea6d user: mrwellan tags: v1.7001-multi-db-rb01 | |
Changes
Modified tests/simplerun/megatest.config from [8e9ed1a8b8] to [8e37510f96].
︙ | ︙ | |||
20 21 22 23 24 25 26 | RELEASE TEXT [setup] # Adjust max_concurrent_jobs to limit how much you load your machines max_concurrent_jobs 50 [server] | | > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | RELEASE TEXT [setup] # Adjust max_concurrent_jobs to limit how much you load your machines max_concurrent_jobs 50 [server] timeout 3 # 3600 # Uncomment this to make the in-mem db into a disk based db (slower but good for debug) # be aware that some unit tests will fail with this due to persistent data # # tmpdb /tmp # This is your link path, you can move it but it is generally better to keep it stable linktree #{getenv MT_RUN_AREA_HOME}/../simplelinks |
︙ | ︙ |