We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0023da commit b7b8efeCopy full SHA for b7b8efe
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploader.java
@@ -45,7 +45,7 @@
45
*/
46
public class PinotFSSegmentUploader implements SegmentUploader {
47
private static final Logger LOGGER = LoggerFactory.getLogger(PinotFSSegmentUploader.class);
48
- public static final int DEFAULT_SEGMENT_UPLOAD_TIMEOUT_MILLIS = 10 * 1000;
+ public static final int DEFAULT_SEGMENT_UPLOAD_TIMEOUT_MILLIS = 60 * 1000;
49
50
private final String _segmentStoreUriStr;
51
private final ExecutorService _executorService = Executors.newCachedThreadPool();
0 commit comments