mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
fix(server): increase typesense start-up settings (#2095)
This commit is contained in:
parent
089dbdbd7e
commit
e0b80f49b6
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ export class TypesenseRepository implements ISearchRepository {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
apiKey,
|
apiKey,
|
||||||
numRetries: 3,
|
numRetries: 15,
|
||||||
|
retryIntervalSeconds: 4,
|
||||||
connectionTimeoutSeconds: 10,
|
connectionTimeoutSeconds: 10,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue