Fix multiple bugs in intel

This commit is contained in:
Daniel
2018-10-23 15:22:57 +02:00
parent 6ab5305dd9
commit 7618562458
7 changed files with 66 additions and 34 deletions

View File

@@ -12,7 +12,7 @@ import (
var (
recordDatabase = database.NewInterface(&database.Options{
AlwaysSetRelativateExpiry: 2592000, // 30 days
CacheSize: 100,
CacheSize: 128,
})
)