aboutsummaryrefslogtreecommitdiff
path: root/src/com/github/ivarref/yoltq/test_queue.clj
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 18:39:44 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-03-27 18:39:44 +0200
commit6c26a3b6871286510bb8e9770ee7f7e3abf97abe (patch)
treee5b831db0f727c77255df58edd7e07275c7bb4d0 /src/com/github/ivarref/yoltq/test_queue.clj
parentDocument (diff)
downloadfiinha-6c26a3b6871286510bb8e9770ee7f7e3abf97abe.tar.gz
fiinha-6c26a3b6871286510bb8e9770ee7f7e3abf97abe.tar.xz
Start use current millis in the database, not nano offset
Diffstat (limited to 'src/com/github/ivarref/yoltq/test_queue.clj')
-rw-r--r--src/com/github/ivarref/yoltq/test_queue.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/github/ivarref/yoltq/test_queue.clj b/src/com/github/ivarref/yoltq/test_queue.clj
index 6183216..ee9cd54 100644
--- a/src/com/github/ivarref/yoltq/test_queue.clj
+++ b/src/com/github/ivarref/yoltq/test_queue.clj
@@ -47,7 +47,7 @@
(with-bindings {#'yq/*config* config#
#'yq/*running?* (atom false)
#'yq/*test-mode* true
- #'ext/*now-ns-atom* (atom 0)
+ #'ext/*now-ms-atom* (atom 0)
#'ext/*random-atom* (atom 0)
#'ext/*squuid-atom* (atom 0)}
(try