Fix multiple bugs in intel
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
var (
|
||||
recordDatabase = database.NewInterface(&database.Options{
|
||||
AlwaysSetRelativateExpiry: 2592000, // 30 days
|
||||
CacheSize: 100,
|
||||
CacheSize: 128,
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user