Skip to content

Commit 658efe7

Browse files
committed
default RECORD_POLL_TIMEOUT changed to 500
1 parent 18cb54a commit 658efe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var clusters = [
44
NAME: "prod",
55
KAFKA_REST: "/api",
66
MAX_BYTES: "50000", // Sets the default maximum amount of bytes to fetch from each topic
7-
RECORD_POLL_TIMEOUT: "5000",
7+
RECORD_POLL_TIMEOUT: "500",
88
COLOR: "#141414", // Optional
99
DEBUG_LOGS_ENABLED: true
1010
},
@@ -13,7 +13,7 @@ var clusters = [
1313
KAFKA_REST: "localhost",
1414
MAX_BYTES: "50000",
1515
COLOR: "red",
16-
RECORD_POLL_TIMEOUT: "5000",
16+
RECORD_POLL_TIMEOUT: "500",
1717
DEBUG_LOGS_ENABLED: true
1818
}
1919
];

0 commit comments

Comments
 (0)