mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
updated embeddings background delay to 5 minutes
Co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
e86964eb5d
commit
54235f4fb1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ use util::{
|
||||||
use workspace::WorkspaceCreated;
|
use workspace::WorkspaceCreated;
|
||||||
|
|
||||||
const SEMANTIC_INDEX_VERSION: usize = 9;
|
const SEMANTIC_INDEX_VERSION: usize = 9;
|
||||||
const BACKGROUND_INDEXING_DELAY: Duration = Duration::from_secs(600);
|
const BACKGROUND_INDEXING_DELAY: Duration = Duration::from_secs(5 * 60);
|
||||||
const EMBEDDING_QUEUE_FLUSH_TIMEOUT: Duration = Duration::from_millis(250);
|
const EMBEDDING_QUEUE_FLUSH_TIMEOUT: Duration = Duration::from_millis(250);
|
||||||
|
|
||||||
pub fn init(
|
pub fn init(
|
||||||
|
|
Loading…
Reference in a new issue