document snapshot options

This commit is contained in:
Evan Prodromou
2009-04-16 10:16:22 -07:00
parent d76bb2fd11
commit b233e7b3f0
2 changed files with 35 additions and 0 deletions

View File

@@ -206,3 +206,12 @@ $config['sphinx']['port'] = 3312;
// print "Error\n";
// exit(1);
// }
// How often to send snapshots; in # of web hits. Ideally,
// try to do this once per month (that is, make this equal to number
// of hits per month)
// $config['snapshot']['frequency'] = 10000;
// If you don't want to report statistics to the central server, uncomment.
// $config['snapshot']['run'] = 'never';
// If you want to report statistics in a cron job instead.
// $config['snapshot']['run'] = 'cron';