Bug 6716: Update z3950servers documentation
authorNicole C. Engard <nengard@bywatersolutions.com>
Thu, 19 Jul 2012 02:08:27 +0000 (22:08 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 23 Jul 2012 16:23:38 +0000 (18:23 +0200)
The new timeout field was not documented.

installer/data/mysql/kohastructure.sql

index a26b149..6c0517e 100644 (file)
@@ -2135,7 +2135,7 @@ CREATE TABLE `z3950servers` ( -- connection information for the Z39.50 targets u
   `checked` smallint(6) default NULL, -- whether this target is checked by default  (1 for yes, 0 for no)
   `rank` int(11) default NULL, -- where this target appears in the list of targets
   `syntax` varchar(80) default NULL, -- marc format provided by this target
-  `timeout` int(11) NOT NULL DEFAULT '0',
+  `timeout` int(11) NOT NULL DEFAULT '0', -- number of seconds before Koha stops trying to access this server
   `icon` text, -- unused in Koha
   `position` enum('primary','secondary','') NOT NULL default 'primary',
   `type` enum('zed','opensearch') NOT NULL default 'zed',