Project

General

Profile

Bug #4295

Updated by Peter Amstutz over 9 years ago

* "logs.id > ?" condition is open ended.    This should have a limit and schedule more work if necessary. 
 * Should look at 'id' passed into push_events and return immediately if that id < last_log_id 
 * Should record 'id' in the last_log_id if no rows were returned 

Back