diff options
| author | Ivar Refsdal <refsdal.ivar@gmail.com> | 2022-03-27 18:39:44 +0200 |
|---|---|---|
| committer | Ivar Refsdal <refsdal.ivar@gmail.com> | 2022-03-27 18:39:44 +0200 |
| commit | 6c26a3b6871286510bb8e9770ee7f7e3abf97abe (patch) | |
| tree | e5b831db0f727c77255df58edd7e07275c7bb4d0 /src/com/github/ivarref/yoltq/test_queue.clj | |
| parent | Document (diff) | |
| download | fiinha-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.clj | 2 |
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 |
