https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814
--- Comment #69 from Marcel de Rooy <[email protected]> --- Spotting now: diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 5c8bab6d67..117efd0966 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -311,5 +311,8 @@ <parallel_loops_count>1</parallel_loops_count> </auto_renew_cronjob> + <!-- Interval currently used for batch checkin only --> + <rfid_debounce_interval>5000</rfid_debounce_interval> 5000 should be 500 here, I guess. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
