Merge branch 'develop' into feature/new-installer
This commit is contained in:
@@ -49,7 +49,7 @@ var (
|
||||
var cache = database.NewInterface(&database.Options{
|
||||
Local: true,
|
||||
Internal: true,
|
||||
CacheSize: 2 ^ 8,
|
||||
CacheSize: 256,
|
||||
})
|
||||
|
||||
// getFileFunc is the function used to get a file from
|
||||
|
||||
Reference in New Issue
Block a user