Skip to content

Commit

Permalink
Change omg TLD
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Oct 11, 2023
1 parent 16748ee commit 34b110b
Show file tree
Hide file tree
Showing 6 changed files with 664 additions and 664 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ protected boolean checkIndexerHitLimit(Indexer indexer) {
* @return true if more than x hits where made in the last x seconds, false if everything is OK or the indexer isn't know to have such a limit
*/
private boolean checkTooManyFrequentHits(Indexer indexer) {
if (!indexer.getConfig().getHost().equalsIgnoreCase("omgwtfnzbs.me")) {
if (!indexer.getConfig().getHost().equalsIgnoreCase("omgwtfnzbs.org")) {
return true;
}
final int limitHits = 300;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<caps>
<server version="1.0" title="omgwtfnzbs.me" strapline="omgwtfnzbs" email="omgstaff@omgwtfnzbs.me" url="https://omgwtfnzbs.me" image="https://omgwtfnzbs.me/favicon.ico"/>
<server version="1.0" title="omgwtfnzbs.org" strapline="omgwtfnzbs" email="omgstaff@omgwtfnzbs.org" url="https://omgwtfnzbs.org" image="https://omgwtfnzbs.org/favicon.ico"/>
<limits max="500" default="500"/>

<retention days="2000"/>
Expand Down
Loading

0 comments on commit 34b110b

Please sign in to comment.