Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
nmisx_subnet_cache_time' => 300


To perform subnet caching in the background you can use a cron job to call the opCharts CLI and perform a subnet cache manually, the interevile to run this is a balance between not caching stale data and time it takes to generate subnets with performance considerations included, we would reccomend to run the cron job every hour. If you have implemented this method you should  change nmisx_subnet_cache_time to 86400 so it will not be performed in a web request.

Code Block
opcharts-cli.pl act=refresh-subnet-cache

...