delay accounts service startup

This commit is contained in:
A.Unger
2021-02-26 10:25:18 +01:00
parent 690399008d
commit d6b2973697
+1 -3
View File
@@ -50,13 +50,11 @@ var (
"thumbnails",
"web",
"webdav",
"accounts",
//"graph",
//"graph-explorer",
}
dependants = []string{
"storage-sharing",
"accounts",
}
// Maximum number of retries until getting a connection to the rpc runtime service.
maxRetries = 10