mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Update batch-size
This commit is contained in:
@@ -419,7 +419,7 @@ Auto invokes setup steps on calling main entrypoint."
|
||||
(delete-files (khoj--get-delete-file-list khoj--indexed-files files-to-index))
|
||||
(inhibit-message t)
|
||||
(message-log-max nil)
|
||||
(batch-size 50))
|
||||
(batch-size 30))
|
||||
(dolist (files (khoj--split-file-list files-to-index batch-size))
|
||||
(khoj--send-index-update-request (khoj--render-update-files-as-request-body files boundary) boundary content-type type-query force))
|
||||
(when delete-files
|
||||
|
||||
Reference in New Issue
Block a user