mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
Merge branch 'main' of github.com:immich-app/immich
This commit is contained in:
commit
5e207aa7c1
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ export class TypesenseRepository implements ISearchRepository {
|
|||
},
|
||||
],
|
||||
apiKey,
|
||||
numRetries: 3,
|
||||
numRetries: 15,
|
||||
retryIntervalSeconds: 4,
|
||||
connectionTimeoutSeconds: 10,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue