mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
Change the default reindex debounce duration to 1s.
Also make it configurable using an env var.
This commit is contained in:
@@ -29,8 +29,9 @@ func DefaultConfig() *config.Config {
|
||||
Service: config.Service{
|
||||
Name: "search",
|
||||
},
|
||||
Datapath: path.Join(defaults.BaseDataPath(), "search"),
|
||||
Reva: shared.DefaultRevaConfig(),
|
||||
Datapath: path.Join(defaults.BaseDataPath(), "search"),
|
||||
DebounceDuration: 1000,
|
||||
Reva: shared.DefaultRevaConfig(),
|
||||
Events: config.Events{
|
||||
Endpoint: "127.0.0.1:9233",
|
||||
Cluster: "ocis-cluster",
|
||||
|
||||
Reference in New Issue
Block a user