Change #5589
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Wed 22 Aug 2018 12:21:23 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 2a05ce8eb87c23ef4a57119e547b2a25496b9a16 |
Comments
LP#1774448 Auth poll spam/timing repairs Avoid spamming the server with authentication session checks on bad poll time values. Specifically, never poll more often than once per minute and avoid integer overflow on long authentication timeout values (greater than about 24.8 days) resulting in the poll running with an effective timeout of zero and spamming the server with API calls. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Changed files
- Open-ILS/web/js/ui/default/staff/services/auth.js