Differences From Artifact [f5c418f411]:
- File portlogger.scm — part of check-in [637dd941e9] at 2024-03-12 17:10:17 on branch v1.8031 — removed wait for portlogger db journal file. Changed db lock expire time from 5 to 30 seconds. Added assert when no port can be found (user: mmgraham, size: 8217) [annotate] [blame] [check-ins using]
To Artifact [36890e0c14]:
- File portlogger.scm — part of check-in [dadd527d94] at 2024-06-13 15:05:35 on branch v1.81 — Cherrypicked 99a884c695 (user: mrwellan, size: 8263) [annotate] [blame] [check-ins using] [more...]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; (require-extension (srfi 18) extras tcp s11n) (declare (unit portlogger)) (declare (uses debugprint)) (declare (uses dbmod)) (module portlogger * |
︙ |