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 18cb54a commit 658efe7Copy full SHA for 658efe7
env.js
@@ -4,7 +4,7 @@ var clusters = [
4
NAME: "prod",
5
KAFKA_REST: "/api",
6
MAX_BYTES: "50000", // Sets the default maximum amount of bytes to fetch from each topic
7
- RECORD_POLL_TIMEOUT: "5000",
+ RECORD_POLL_TIMEOUT: "500",
8
COLOR: "#141414", // Optional
9
DEBUG_LOGS_ENABLED: true
10
},
@@ -13,7 +13,7 @@ var clusters = [
13
KAFKA_REST: "localhost",
14
MAX_BYTES: "50000",
15
COLOR: "red",
16
17
18
}
19
];
0 commit comments