This will address #510. It needs thorough testing and is a WiP but is a start to improve cron runtime and DB loads.
6 lines
140 B
PHP
6 lines
140 B
PHP
<?php
|
|
|
|
define('STATISTICS_ALL_USER_SHARES', 'STATISTICS_ALL_USER_SHARES');
|
|
define('STATISTICS_ROUND_SHARES', 'STATISTICS_ROUND_SHARES');
|
|
?>
|