dpol1 commented on code in PR #2135:
URL: https://github.com/apache/stormcrawler/pull/2135#discussion_r4012809269


##########
core/src/main/java/org/apache/stormcrawler/Constants.java:
##########
@@ -60,4 +60,13 @@ public class Constants {
     public static final int MAX_ARRAY_SIZE = Integer.MAX_VALUE - 8;
 
     private Constants() {}
+
+    /** Hard deadline in seconds for a single fetch, -1 to disable. */
+    public static final String FETCH_TIMEOUT_PARAM_KEY = 
"fetcher.thread.timeout";

Review Comment:
   Grazie Gianluca, the alias does it. Only since should read 4.0, 3.8 will not 
exist. Necessary since this is a public API



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to