config: uncomment datasets configuration

Uncomment the datasets configuration for easier editing by users.  The
values are left commented out as their defaults.
pull/9032/head
Jason Ish 2 years ago committed by Victor Julien
parent 93b64939d1
commit ed4d27fdc1

@ -1152,23 +1152,23 @@ app-layer:
asn1-max-frames: 256 asn1-max-frames: 256
# Datasets default settings # Datasets default settings
# datasets: datasets:
# # Default fallback memcap and hashsize values for datasets in case these # Default fallback memcap and hashsize values for datasets in case these
# # were not explicitly defined. # were not explicitly defined.
# defaults: defaults:
# memcap: 100mb #memcap: 100mb
# hashsize: 2048 #hashsize: 2048
#
# rules: rules:
# # Set to true to allow absolute filenames and filenames that use # Set to true to allow absolute filenames and filenames that use
# # ".." components to reference parent directories in rules that specify # ".." components to reference parent directories in rules that specify
# # their filenames. # their filenames.
# #allow-absolute-filenames: false #allow-absolute-filenames: false
#
# # Allow datasets in rules write access for "save" and # Allow datasets in rules write access for "save" and
# # "state". This is enabled by default, however write access is # "state". This is enabled by default, however write access is
# # limited to the data directory. # limited to the data directory.
# #allow-write: true #allow-write: true
############################################################################## ##############################################################################
## ##

Loading…
Cancel
Save