Set a default debounce delay

This commit is contained in:
André Duffeck
2024-08-08 08:40:43 +02:00
committed by jkoberg
parent 3c1d81f595
commit d199e79c71
3 changed files with 8 additions and 5 deletions

View File

@@ -147,6 +147,7 @@ func DefaultConfig() *config.Config {
GeneralSpacePathTemplate: "projects/{{.SpaceId}}",
PermissionsEndpoint: "com.owncloud.api.settings",
AsyncUploads: true,
ScanDebounceDelay: 1 * time.Second,
},
},
Events: config.Events{