Skip to content

Commit

Permalink
Merge pull request #1329 from necyberteam/md-dev
Browse files Browse the repository at this point in the history
Md dev
  • Loading branch information
a-pasquale authored Feb 12, 2025
2 parents 28dc3c7 + 1ec586b commit 5213e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ field_settings:
label: 'Event Title'
property_path: search_api_custom_event_title
type: text
boost: 1.1
custom_event_type:
label: 'Custom Event Type'
property_path: search_api_custom_event_type
Expand Down
6 changes: 3 additions & 3 deletions web/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
// Number of requests allowed in the given time interval per crawler or
// bot (identified by User-Agent string). Must be a whole number greater
// than zero.
'requests' => 300,
'requests' => 100,
];

// Limits for regular website traffic (visitors that don't openly identify
Expand All @@ -228,7 +228,7 @@
'interval' => 600,
// Number of requests allowed in the given time interval per regular
// visitor (identified by combination of IP address + User-Agent string).
'requests' => 600,
'requests' => 300,
];
// Autonomous system-level (ASN) regular traffic rate limit.
// Requires geoip2/geoip2 and associated ASN Database.
Expand All @@ -239,7 +239,7 @@
'interval' => 600,
// Number of requests allowed in the given time interval per autonomous
// system number (ASN).
'requests' => 600,
'requests' => 300,
// Absolute path to the local ASN Database file. Must be an up-to-date,
// GeoLite2/GeoIP2 binary ASN Database. Consider updating automatically
// via GeoIP Update or cron.
Expand Down

0 comments on commit 5213e37

Please sign in to comment.