You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging.LogGenericWarning("Your Mono runtime is affected by bug 41701, FarmingDelay of "+globalConfig.FarmingDelay+" is not possible - value of 5 will be used instead");
164
+
globalConfig.FarmingDelay=5;
165
+
}
166
+
162
167
if(globalConfig.HttpTimeout==0){
163
168
Logging.LogGenericWarning("Configured HttpTimeout is invalid: "+globalConfig.HttpTimeout+". Value of "+DefaultHttpTimeout+" will be used instead");
0 commit comments