mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-25 17:37:10 +00:00
use transactions in feed update process, better handle feeds without entry dates (schema updated)
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
if ($op == "rpc") {
|
||||
|
||||
$subop = $_GET["subop"];
|
||||
|
||||
if ($subop == "forceUpdateAll") {
|
||||
update_all_feeds($link, true);
|
||||
}
|
||||
|
||||
if ($subop == "updateAll") {
|
||||
update_all_feeds($link, false);
|
||||
}
|
||||
|
||||
if ($subop == "catchupPage") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user