Overview
Comment: | Set timeout to small number |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.7001-multi-db-rb01 |
Files: | files | file ages | folders |
SHA1: |
29e828ea6da87b0f0f9485323800d594 |
User & Date: | mrwellan on 2022-05-04 17:30:48 |
Other Links: | branch diff | manifest | tags |
Context
2022-05-09
| ||
07:30 | merged fork check-in: 782400400d user: matt tags: v1.7001-multi-db-rb01 | |
2022-05-04
| ||
17:30 | Set timeout to small number check-in: 29e828ea6d user: mrwellan tags: v1.7001-multi-db-rb01 | |
2022-05-02
| ||
11:29 | WIP Fixed db:sync-touched and db:sync-tables. Disabled watchdog threads. Will use only keep-running thread. check-in: c597d4e8cf user: mmgraham 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 |
︙ | ︙ |