Overview
Comment: | Cherry pick ab049 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.80 |
Files: | files | file ages | folders |
SHA1: |
64f486e05b6ffbb077c8b073e01f30f5 |
User & Date: | matt on 2023-05-22 17:50:46 |
Other Links: | branch diff | manifest | tags |
Context
2023-05-22
| ||
20:41 | One failure to get lock to open db go ahead and try, reset counters of api calls using count of threads, some threads might die and are unable to unregister themselves. check-in: e799a787ef user: matt tags: v1.80 | |
17:50 | Cherry pick ab049 check-in: 64f486e05b user: matt tags: v1.80 | |
17:21 | Missed change check-in: 63f66b4145 user: matt tags: v1.80 | |
Changes
Modified Makefile from [644b92d1e1] to [de156dd647].
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | + + - + + + - + | diff-report.scm cgisetup/models/pgdb.scm # module source files MSRCFILES = dbfile.scm debugprint.scm mtargs.scm commonmod.scm dbmod.scm \ tcp-transportmod.scm rmtmod.scm portlogger.scm transport-mode.scm : transport-mode.scm.template @if [[ -e transport-mode.scm ]];then \ echo "WARNING: transport-mode.scm.template is newer than transport-mode.scm"; else \ |
︙ |