Github user parthchandra commented on a diff in the pull request:
https://github.com/apache/drill/pull/1062#discussion_r155875821
--- Diff: exec/java-exec/src/main/resources/rest/index.ftl ---
@@ -185,11 +185,10 @@
</div>
</div>
<script charset="utf-8">
- var refreshTime = 2000;
+ var refreshTime = 10000;
var refresh = getRefreshTime();
--- End diff --
This is confusing isn't it? The function does not return a value and yet
the return value (<undefined>) is stored in a variable that is not used.
Luckily it's not used anywhere.
---