Add some caching
This commit is contained in:
@@ -15,8 +15,9 @@ type Config struct {
|
||||
Frontend FrontendConfig `toml:"Frontend"`
|
||||
}
|
||||
type StoreConfig struct {
|
||||
Type string `toml:"Type"`
|
||||
Postgres PostgresStoreConfig `toml:"Postgres"`
|
||||
Type string `toml:"Type"`
|
||||
EnableCache bool `toml:"EnableCache"`
|
||||
Postgres PostgresStoreConfig `toml:"Postgres"`
|
||||
}
|
||||
|
||||
type PostgresStoreConfig struct {
|
||||
|
Reference in New Issue
Block a user