4.1.12. Miscellaneous Settings

Certain miscellaneous settings can be configured in the file gears-onpremise_definition.properties, located at:

  • On Windows systems, ProgramData\OPSWAT\Central\gears-onpremise_definition.properties

  • On RedHat and Ubuntu systems, /etc/opt/ocm/gears-onpremise_definition.properties

#DB address, should not be modified
HOST=127.0.0.1
 
#Redis address, should not be modified
redis.host.primary = 127.0.0.1:9005
 
#Vpack connection setting for pushing configuration to MetaDefender Product instances (milliseconds)
#read timeout [0,120000] (default = 10000, 0 = no limit)
vpack.read.timeout=
#connect timeout [0,120000] (default = 3000, 0 = no limit)
vpack.connection.timeout=
 
#Scheduler interval setting for MetaDefender Core dashboard (milliseconds)
schedule.core.statistic.interval=60000
schedule.core.scanQueue.interval=60000
schedule.core.processing.history.interval=3600000