Add permissions to database interfaces for improved performance

This commit is contained in:
Daniel
2020-10-13 16:11:39 +02:00
parent eab2ab3413
commit f7d2262790
4 changed files with 16 additions and 5 deletions

View File

@@ -48,6 +48,8 @@ var (
var (
cache = database.NewInterface(&database.Options{
Local: true,
Internal: true,
CacheSize: 2 ^ 8,
})
)