Browse Source
Detection registers planned moves in ActiveTopology via AddPendingTask, so requesting maxResults+1 would create an extra pending task that gets discarded during trim. Use len(results) >= maxResults as the hasMore signal instead, which is correct since Detection already caps internally.pull/8559/head
1 changed files with 5 additions and 10 deletions
Loading…
Reference in new issue