Stage 1 of caching layer. Framework (#6693)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
28bf900205
Коммит
9659a6da06
@@ -23,7 +23,7 @@ func main() {
|
||||
utils.InitAndLoadConfig("config.json")
|
||||
defer l4g.Close()
|
||||
|
||||
Srv.Store = store.NewSqlStore()
|
||||
Srv.Store = store.NewLayeredStore()
|
||||
defer Srv.Store.Close()
|
||||
|
||||
Srv.LoadLicense()
|
||||
|
||||
Ссылка в новой задаче
Block a user