mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
minor tweaks
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
* If you connect using **putty**, then under Window/Translation set Remote character set to UTF-8.
|
||||
|
||||
* If something looks stalled, it probably isn't. If all 13 panes are still there, it is most likely, as it should be.
|
||||
* If something looks stalled, it probably isn't. If all 12 panes are still there, it is most likely, as it should be.
|
||||
|
||||
* **misc/testing/update_cleanup.php** needs to be edited to actually do something, and update_parsing is good for fixing a few releases everytime it runs, not a silver bullet though
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ while($i=1)
|
||||
$postprocess = new PostProcess(true);
|
||||
$postprocess->processBooks();
|
||||
} else {
|
||||
printf("BokProc : Processing $count book releases\n");
|
||||
printf("BookPrc : Processing $count book releases\n");
|
||||
sleep(15);
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -38,7 +38,7 @@ if [ "$THREADS" == "true" -a "$INNODB" == "true" ]; then
|
||||
$MYSQL -u$DB_USER -h $DB_HOST --password=$DB_PASSWORD $DB_NAME -e "${MYSQL_CMD}"
|
||||
fi
|
||||
else
|
||||
echo "Unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
echo "$RELEASE_COUNT unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
fi
|
||||
|
||||
echo "Import scripts waiting $NEWZNAB_IMPORT_SLEEP_TIME seconds..."
|
||||
@@ -76,7 +76,7 @@ elif [ "$THREADS" != "true" -a "$INNODB" == "true" ]; then
|
||||
$MYSQL -u$DB_USER -h $DB_HOST --password=$DB_PASSWORD $DB_NAME -e "${MYSQL_CMD}"
|
||||
fi
|
||||
else
|
||||
echo "Unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
echo "$RELEASE_COUNT unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
fi
|
||||
|
||||
echo "Import scripts waiting $NEWZNAB_IMPORT_SLEEP_TIME seconds..."
|
||||
@@ -120,7 +120,7 @@ elif [ "$THREADS" == "true" -a "$INNODB" != "true" ]; then
|
||||
$MYSQL -u$DB_USER -h $DB_HOST --password=$DB_PASSWORD $DB_NAME -e "${MYSQL_CMD}"
|
||||
fi
|
||||
else
|
||||
echo "Unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
echo "$RELEASE_COUNT unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
fi
|
||||
|
||||
echo "Import scripts waiting $NEWZNAB_IMPORT_SLEEP_TIME seconds..."
|
||||
@@ -160,7 +160,7 @@ elif [ "$THREADS" != "true" -a "$INNODB" != "true" ]; then
|
||||
fi
|
||||
|
||||
else
|
||||
echo "Unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
echo "$RELEASE_COUNT unprocessed releases exceeds your threshold of $MAX_RELEASES..."
|
||||
fi
|
||||
|
||||
echo "Import scripts waiting $NEWZNAB_IMPORT_SLEEP_TIME seconds..."
|
||||
|
||||
Reference in New Issue
Block a user