dc10e2f415c03138342729c5d7667bf38bdae534 braney Tue Nov 6 14:03:29 2018 -0800 use udcTimeout instead of hub.timeToCheck as timeout before rechecking the hubs after an error. diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h index a65461b..338ed9b 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -10,33 +10,30 @@ #ifndef HUBCONNECT_H #define HUBCONNECT_H #define defaultHubPublicTableName "hubPublic" /* Name of our table with list of public hubs. read only */ #define hubPublicTableConfVariable "hub.publicTableName" /* the name of the hg.conf variable to use something other than the default */ #define defaultHubStatusTableName "hubStatus" /* Name of table that maintains status of hubs read/write. */ #define hubStatusTableConfVariable "hub.statusTableName" /* the name of the hg.conf variable to use something other than the default */ -#define hgHubConnectTimeToCheck "hub.timeToCheck" -/* the number of seconds to wait before checking the hub again */ - #define hgHubCheckUrl "hubCheckUrl" /* name of cgi variable containing hub name to check */ #define hgHubDataText "hubUrl" /* name of cgi variable containing new hub name */ #define hgHubGenome "genome" /* name of the cgi variable to specify a db within an assembly hub */ #define hgHubDataClearText "hubClear" /* name of cgi variable containing new hub name */ #define hubTrackPrefix "hub_" /* The names of all hub tracks begin with this. Use in cart. */