This commit is contained in:
TheNetsky
2024-05-09 10:04:11 +02:00
parent da9ba91c5c
commit ef6ad569ff
6 changed files with 12 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ export interface Config {
runOnZeroPoints: boolean;
clusters: number;
workers: Workers;
globalTimeout: number;
searchSettings: SearchSettings;
webhook: Webhook;
saveFingerprint: boolean;