Differences From Artifact [86b5d3bfb3]:
- File rmt.scm — part of check-in [3fb06d5bea] at 2020-10-30 00:01:10 on branch v1.65 — Add a strategic delay in tight loop in runs. Adjust the query-rest time delta to 100ms. (user: matt, size: 49339) [annotate] [blame] [check-ins using]
To Artifact [c12467cf6a]:
- File rmt.scm — part of check-in [7b3c883ad4] at 2020-11-02 17:04:20 on branch v1.65 — Merged archive fixes to v1.65 main. (user: mrwellan, size: 49367) [annotate] [blame] [check-ins using] [more...]
︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | + + | (use format typed-records) ;; RADT => purpose of json format?? (declare (unit rmt)) (declare (uses api)) (declare (uses http-transport)) (include "common_records.scm") (include "db_records.scm") ;; (declare (uses rmtmod)) ;; (import rmtmod) ;; ;; THESE ARE ALL CALLED ON THE CLIENT SIDE!!! ;; |
︙ |