You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Default bundle configuration
47
47
indragunawan_api_rate_limit:
48
48
enabled: true
49
49
50
-
# The service that is used to persist rate limit metadata. The service has to implement the Doctrine\Common\Cache\Cache interface.
50
+
# The service that is used to persist rate limit metadata. The service has to implement the Doctrine\Common\Cache\Cache interface. If no service id provided then the default storage is Filesystem (location: %kernel.cache_dir%/rate_limit).
51
51
storage: null
52
52
53
53
# Response header for rate limit information
@@ -66,12 +66,13 @@ indragunawan_api_rate_limit:
66
66
# Exception thrown when rate limit exceeded
67
67
exception:
68
68
status_code: 429
69
-
message: 'API rate limit exceeded for %s.'#%s will be replace with client IP address
69
+
message: 'API rate limit exceeded for %s.'#%s will be replace with client IP address
0 commit comments