|
|
@@ -31,10 +31,7 @@
|
|
|
:today nil
|
|
|
:system/events (async/chan 1000)
|
|
|
:db/batch-txs (async/chan 1000)
|
|
|
- :file/writes (async/chan 10000
|
|
|
- (util/dedupe-by
|
|
|
- (fn [[repo page-id outliner-op _epoch]]
|
|
|
- [repo page-id outliner-op])))
|
|
|
+ :file/writes (async/chan 10000)
|
|
|
:file/unlinked-dirs #{}
|
|
|
:reactive/custom-queries (async/chan 1000)
|
|
|
:notification/show? false
|