http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6140 Bug #: 6140 Summary: Set a timeout to z3950 servers that could have network problems occasionally Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Z39.50 / SRU / OpenSearch Servers AssignedTo: gmcharlt@gmail.com ReportedBy: juan.sieira@xercode.es QAContact: koha-bugs@lists.koha-community.org Created attachment 3832 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3832 pro Set a timeout to z3950 servers that could have network problems occasionally Some of z3950 servers that our libraries must use, have network problems occasionally and when they are cataloguing and do a search over a z3950 server, if any of those Z selected have net problems, this search could have a delay of lot of time. If you dont want to execute updatedatabase.pl, simply execute this statement in you database ALTER TABLE `z3950servers` ADD `timeout` INT( 11 ) NOT NULL DEFAULT '0' AFTER `syntax`; -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.