summaryrefslogtreecommitdiffstats
path: root/mentions/mentions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mentions/mentions.php')
-rwxr-xr-xmentions/mentions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mentions/mentions.php b/mentions/mentions.php
index c3d095b..8969063 100755
--- a/mentions/mentions.php
+++ b/mentions/mentions.php
@@ -6,7 +6,7 @@
$o->setpassword(getenv("orC_pass"));
$botsignature = "\n\n-- [/u/ImgLinkBot](/u/ImgLinkBot)";
while (true) {
- $mentions = $o->fetch("mentions");
+ $mentions = $o->fetch("mentions", null, 1); // increase to 100!
if ($mentions < 0) {
file_put_contents("log.txt", '[mentions.php] ERROR in $mentions'."\n", FILE_APPEND);
continue;