You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SyncProgressiveVerbHandler, only fromCommitSequence and regex are read from verb params. limit is not read. Call to atCommitLog.getEntries(...) uses default value 25 for limit.
Steps to reproduce
n/a
Expected behavior
If client passes limit, read the limit from verb params and pass it to atCommitLog.getEntries(...)
Screenshots
No response
Smartphones
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Were you using an atApplication when the bug was found?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In SyncProgressiveVerbHandler, only fromCommitSequence and regex are read from verb params. limit is not read. Call to atCommitLog.getEntries(...) uses default value 25 for limit.
Steps to reproduce
n/a
Expected behavior
If client passes limit, read the limit from verb params and pass it to atCommitLog.getEntries(...)
Screenshots
No response
Smartphones
Were you using an atApplication when the bug was found?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: