mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 02:05:23 +02:00
fix(postprocessing): repair restart logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -35,9 +35,10 @@ func DefaultConfig() *config.Config {
|
||||
MaxRetries: 14,
|
||||
},
|
||||
Store: config.Store{
|
||||
Store: "memory",
|
||||
Store: "nats-js-kv",
|
||||
Nodes: []string{"127.0.0.1:9233"},
|
||||
Database: "postprocessing",
|
||||
Table: "postprocessing",
|
||||
Table: "",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user