GGraziadei commented on code in PR #2135:
URL: https://github.com/apache/stormcrawler/pull/2135#discussion_r4014859929
##########
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:
Thanks Davide. I am fixing it :-) ;
--
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]