Skip to content

Commit

Permalink
chore: set max notice blocks changes length to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Jan 5, 2023
1 parent 4b6004f commit 96edca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/modules/outliner/pipeline.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(when (and state/lsp-enabled?
(seq blocks)
(not importing?)
(<= (count blocks) 100))
(<= (count blocks) 1000))
(state/pub-event! [:plugin/hook-db-tx
{:blocks blocks
:tx-data (:tx-data tx-report)
Expand Down

0 comments on commit 96edca8

Please sign in to comment.