Repository: incubator-blur Updated Branches: refs/heads/master 04261d3cb -> ab1a6cac8
fix new refreshtimeout option when fakeIt=true Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/a2a99438 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/a2a99438 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/a2a99438 Branch: refs/heads/master Commit: a2a9943824aca57b3f9378ed96d406912750a1c6 Parents: 04261d3 Author: Andrew Avenoso <[email protected]> Authored: Thu Aug 14 23:51:15 2014 -0400 Committer: Andrew Avenoso <[email protected]> Committed: Thu Aug 14 23:51:15 2014 -0400 ---------------------------------------------------------------------- .../src/main/webapp/js/blurconsole.config.js | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/a2a99438/blur-console/src/main/webapp/js/blurconsole.config.js ---------------------------------------------------------------------- diff --git a/blur-console/src/main/webapp/js/blurconsole.config.js b/blur-console/src/main/webapp/js/blurconsole.config.js new file mode 100644 index 0000000..9d081d1 --- /dev/null +++ b/blur-console/src/main/webapp/js/blurconsole.config.js @@ -0,0 +1,23 @@ +/* + +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ +/*global blurconsole:false */ +blurconsole.config = { + refreshtime: 5000 +}; \ No newline at end of file
