File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 36
36
[:message-page :cache-time ]
37
37
(constantly new-cache-time))
38
38
true )
39
+
40
+ (comment
41
+ (go )
42
+ (reset )
43
+ (reset-all )
44
+ (use 'clojurians-log.repl)
45
+ (load-demo-data! " ../clojurians-log-demo-data" )
46
+ #_:end)
Original file line number Diff line number Diff line change 2
2
(:require [clojurians-log.datomic :as d]
3
3
[clojurians-log.time-util :as time-util]))
4
4
5
- (defonce !indexes (atom {} ))
5
+ (defonce !indexes (atom nil ))
6
6
7
7
(defn channels-dates-msgcounts [db]
8
8
(d/q '[:find ?slack-id ?chan-name ?day (count ?msg)
23
23
(assoc-in [:day-chan-cnt day slack-id] msgcount)
24
24
(assoc-in [:chan-id->name slack-id] chan-name)
25
25
(assoc-in [:chan-name->id chan-name] slack-id)))
26
- {}
26
+ nil
27
27
cdm)))
28
28
29
29
(defn build-indexes! [db]
You can’t perform that action at this time.
0 commit comments