[Bug 12202] New: Offline Circ Can't Syncronize large systems
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12202 Bug ID: 12202 Summary: Offline Circ Can't Syncronize large systems Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com A system with 588793 items and 131725 patrons tried to synchronize twice in the built in offline circulation tool and it ran for over 4 hours with no end in sight. If there is a size limit on this tool we should note it - better yet - if there is a fix that'd be awesome. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12202 --- Comment #1 from Galen Charlton <gmcharlt@gmail.com> --- There is a size limit -- the offline interface uses HTML LocalStorage, which depend on the browser and user setting, is limited to 2.5MB or 5MB per domain. Various options include: - writing instructions for increasing the limit, though not all browsers will support that - providing an option to reduce the amount of data that gets synced for large sites -- e.g., just downloading the barcodes, just downloading the list of blocked users, etc. - speeding up the sync process -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12202 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> --- For now I have added a note to the manual stating this - but it would be great if any library could use the tool one day. Nicole -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org