Differences From Artifact [a9fc779d25]:
- File db.scm — part of check-in [532f050f93] at 2023-04-08 02:45:33 on branch v1.80 — Removed assert from simple lock. Removed use of statement cache which fixed bind issues (user: matt, size: 204191) [annotate] [blame] [check-ins using]
To Artifact [cf4037913b]:
- File db.scm — part of check-in [4860a4e6aa] at 2023-04-09 14:45:02 on branch v1.80 — Clean up uses of tcp. tcp6 did not seem to work. Increased tcp backlog (didn't seem to help) and improved backoff (user: matt, size: 204194) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
37 38 39 40 41 42 43 | (declare (uses rmtmod)) (import commonmod (prefix mtargs args:)) (use (srfi 18) extras | | | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | (declare (uses rmtmod)) (import commonmod (prefix mtargs args:)) (use (srfi 18) extras ;; tcp stack (prefix sqlite3 sqlite3:) srfi-1 posix regex regex-case srfi-69 |
︙ | ︙ |