http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068
--- Comment #45 from M. de Rooy <[email protected]> --- (In reply to Katrin Fischer from comment #44) > Hm. so how does the system figure out which is the new dev one it needs to > run? By comparing all entries in updatedatabase to the directory's contents? Paul raised the same question earlier. It is answered in comment16. The code builds a hash with all db revs. The time needed for that is limited, since it does not really inspect the file itself. It just sees the reference to the file. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
