Overview
Comment: | Increase lock times |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 | v1.5521 |
Files: | files | file ages | folders |
SHA1: |
40449256f8a2cd92623fd41e45c21da8 |
User & Date: | mrwellan on 2014-06-18 10:47:52 |
Other Links: | branch diff | manifest | tags |
Context
2014-06-18
| ||
15:53 | Improvements to build for chicken/iup/sqlite3, see installck.sh check-in: f4214bf31e user: mrwellan tags: v1.55 | |
10:47 | Increase lock times check-in: 40449256f8 user: mrwellan tags: v1.55, v1.5521 | |
00:19 | Increased the delay in loadrunner to hopefully minimize overshoot check-in: 21daa4826c user: matt tags: v1.55 | |
Changes
Modified utils/loadrunner from [b3aa7cab0e] to [23d28d64a3].
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + - + - | if [[ "x$MAX_ALLOWED_LOAD" == "x" ]]; then max_load=100 else max_load=$MAX_ALLOWED_LOAD fi lfile=/tmp/loadrunner-$USER.lockfile |
︙ |