Actions
Bug #3240
closedDataset hash-size or prealloc invalid value logging
Affected Versions:
Effort:
Difficulty:
Label:
Description
A configuration with
datasets:
dns-ioc:
type: sha256
state: /home/ea/suri/lists/domainioc.lst
hash:
memcap: 256mb
hash-size: 256mb
prealloc: 256mb
These setting should log a warning/error since hash-size amd prealloc are integers.
from conversation with Victor, hash-size:
"This should be a integer instead. It is used to control how many rows
the hash table has. Default is 65536."
prealloc:
"This is also just an integer, its used to 'preallocate' dataset data
structures. Really only useful for when you dynamically add them at high
volume."
Actions