Overview
| Comment: | Throttle writes more than reads using mutex, avoid doing sync when writes are happening using mutex. This is a monte carlo approach. Might need tweaking. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | v1.80 |
| Files: | files | file ages | folders |
| SHA1: |
b5df40858288274a70f7f68111b2ebde |
| User & Date: | matt on 2023-04-11 21:32:21.980 |
| Other Links: | branch diff | manifest | tags |
Context
|
2023-04-12
| ||
| 06:38 | Refactored to move most of the work to scan and recover dead tests out of the servers. This commit also fixes dependencies in the Makefile. check-in: c75b58ded7 user: matt tags: v1.80 | |
|
2023-04-11
| ||
| 21:32 | Throttle writes more than reads using mutex, avoid doing sync when writes are happening using mutex. This is a monte carlo approach. Might need tweaking. check-in: b5df408582 user: matt tags: v1.80 | |
| 18:25 | Switch default cache db to inmem from tmp check-in: aadd589324 user: matt tags: v1.80 | |
Changes
Modified db.scm
from [2ad1867042]
to [18cf960c23].
[diff]
Modified dbfile.scm
from [e57985b7a3]
to [1443b07658].
[diff]
Modified dbmod.scm
from [96c421107b]
to [297c5db2ed].
[diff]