瀏覽代碼

chore: set max notice blocks changes length to 1000

Tienson Qin 2 年之前
父節點
當前提交
96edca8dc0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/modules/outliner/pipeline.cljs

+ 1 - 1
src/main/frontend/modules/outliner/pipeline.cljs

@@ -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)