diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-29 14:45:25 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-29 14:45:25 -0800 |
commit | d5d67708ac912fa863a062e3469eb4ac17e84cdf (patch) | |
tree | 86726237b4c0f11ab62dd04cc25cb1a223ac37a3 /boot.php | |
parent | 5aa0017e91cac135ef8b84c138becb09decb1d58 (diff) | |
download | volse-hubzilla-d5d67708ac912fa863a062e3469eb4ac17e84cdf.tar.gz volse-hubzilla-d5d67708ac912fa863a062e3469eb4ac17e84cdf.tar.bz2 volse-hubzilla-d5d67708ac912fa863a062e3469eb4ac17e84cdf.zip |
Alter the queue so that each queue item stores the scheduled time of the next delivery. This keeps the query for
queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination
scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for
delivery far into the future and only delivered if the hub responds to the "active" or short term queue item.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.1' ); define ( 'ZOT_REVISION', '1.2' ); -define ( 'DB_UPDATE_VERSION', 1187 ); +define ( 'DB_UPDATE_VERSION', 1188 ); define ( 'PROJECT_BASE', __DIR__ ); |