0
Fork 0
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:
Alex Tran 2023-03-27 22:07:15 -05:00
commit 5e207aa7c1

View file

@ -65,7 +65,8 @@ export class TypesenseRepository implements ISearchRepository {
},
],
apiKey,
numRetries: 3,
numRetries: 15,
retryIntervalSeconds: 4,
connectionTimeoutSeconds: 10,
});
}