]> git.wh0rd.org - tt-rss.git/commit
Merge branch 'update-new-feeds-first-postgres' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Thu, 31 Dec 2015 13:58:08 +0000 (16:58 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Thu, 31 Dec 2015 13:58:08 +0000 (16:58 +0300)
commit7f4fff96b1605dbadc2ac069665a21230c64a44b
tree33258abc9a654d868faa8789bbc48fe97c25b6a4
parent85d067e837ef743e67d2fa84e254c08b56d090a4
parent98070db009ea2438a00cc652877d45cca86ae462
Merge branch 'update-new-feeds-first-postgres' into 'master'

Update new feeds first in postgres

As disscussed in the forum: https://tt-rss.org/forum/viewtopic.php?f=10&t=3644&p=21594#p21594,

this fixes a bug where newly added feeds wouldn't be updated if the number of total feeds exceeded the DAEMON_FEED_LIMIT.

See merge request !22