diff --git a/website/app/GeoKrety/Service/Config.php b/website/app/GeoKrety/Service/Config.php index c1717b2a6c..0accfe79f5 100644 --- a/website/app/GeoKrety/Service/Config.php +++ b/website/app/GeoKrety/Service/Config.php @@ -372,7 +372,7 @@ public function __construct() { // Rate Limits define('GK_RATE_LIMITS_BYPASS', getenv('GK_RATE_LIMITS_BYPASS') ?: 'geokrety'); define('GK_RATE_LIMITS', [ - 'API_LEGACY_MOVE_POST' => [1500, 60 * 60 * 24], // 1500/day + 'API_LEGACY_MOVE_POST' => [10000, 60 * 60 * 24], // 10000/day 'API_LEGACY_PICTURE_PROXY' => [5000, 60 * 60 * 24], // 5000/day 'API_V1_CHECK_RATE_LIMIT' => [250, 60 * 60 * 24], // 25/day 'API_V1_LOGIN_2_SECID' => [25, 60 * 60 * 24], // 25/day