Add permissions to database interfaces for improved performance
This commit is contained in:
@@ -48,6 +48,8 @@ var (
|
||||
|
||||
var (
|
||||
cache = database.NewInterface(&database.Options{
|
||||
Local: true,
|
||||
Internal: true,
|
||||
CacheSize: 2 ^ 8,
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user