diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-11-11 18:45:21 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-11-11 18:45:21 -0500 |
commit | 7efea1115f45b8880fe3161cc32b09510ddd2264 (patch) | |
tree | 8bde9e297d63995bea3d67fe072c3a334fa823cb /lib | |
parent | 59e8896212a8d5e5ceed37162b8d38abc0de0e4b (diff) |
Ask users if they wish to send statistics to SNI, default is off.
Users may not know about this setting and are unaware they are sending stats.
This allows them to make that decision.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 95366e0b3..82b6910ab 100644 --- a/lib/default.php +++ b/lib/default.php @@ -159,7 +159,7 @@ $default = array('default' => null, 'welcome' => null), 'snapshot' => - array('run' => 'web', + array('run' => 'never', 'frequency' => 10000, 'reporturl' => 'http://status.net/stats/report'), 'attachments' => |