This commit is contained in:
rodehoed 2021-05-04 11:18:06 +02:00 committed by GitHub
parent 805eb288d9
commit c3ad4a4b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ class TrafficLimiter extends AbstractPersistence
* @var int * @var int
*/ */
private static $_limit = 10; private static $_limit = 10;
/** /**
* listed ips are exempted from limits, defaults to null * listed ips are exempted from limits, defaults to null
* *