minor tweaks

This commit is contained in:
jonnyboy
2013-01-09 23:39:35 -05:00
parent b43d043cd9
commit cabab05206
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
View File
@@ -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..."