|
@@ -89,7 +89,7 @@
|
|
|
(when (and state/lsp-enabled?
|
|
(when (and state/lsp-enabled?
|
|
|
(seq blocks)
|
|
(seq blocks)
|
|
|
(not importing?)
|
|
(not importing?)
|
|
|
- (<= (count blocks) 100))
|
|
|
|
|
|
|
+ (<= (count blocks) 1000))
|
|
|
(state/pub-event! [:plugin/hook-db-tx
|
|
(state/pub-event! [:plugin/hook-db-tx
|
|
|
{:blocks blocks
|
|
{:blocks blocks
|
|
|
:tx-data (:tx-data tx-report)
|
|
:tx-data (:tx-data tx-report)
|