Commit 14ea6cc2 by carrieyzzhang

页面的超时限制改为10min,早晚刷出来

parent 571c8023
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<redis.ip.requesttimes>5</redis.ip.requesttimes> <redis.ip.requesttimes>5</redis.ip.requesttimes>
<redis.ip.unknown.requesttimes>5</redis.ip.unknown.requesttimes> <redis.ip.unknown.requesttimes>5</redis.ip.unknown.requesttimes>
<cache.livetime>300</cache.livetime> <cache.livetime>300</cache.livetime>
<iscache>0</iscache> <iscache>1</iscache>
<redis.surl.host>192.168.2.57</redis.surl.host> <redis.surl.host>192.168.2.57</redis.surl.host>
<redis.surl.port>6379</redis.surl.port> <redis.surl.port>6379</redis.surl.port>
...@@ -83,11 +83,12 @@ ...@@ -83,11 +83,12 @@
<report.url>http://172.31.1.122:9010</report.url> <report.url>http://172.31.1.122:9010</report.url>
<presto.driver>com.facebook.presto.jdbc.PrestoDriver</presto.driver> <presto.driver>com.facebook.presto.jdbc.PrestoDriver</presto.driver>
<presto.url>jdbc:presto://ec2-54-223-169-225.cn-north-1.compute.amazonaws.com.cn:8889/hive/default</presto.url> <!--<presto.url>jdbc:presto://ec2-54-223-169-225.cn-north-1.compute.amazonaws.com.cn:8889/hive/default</presto.url>-->
<presto.url>jdbc:presto://172.31.11.248:18889/hive/default</presto.url>
<presto.username>root</presto.username> <presto.username>root</presto.username>
<profile.table>kudu.default.profile_</profile.table> <profile.table>kudu.default.profile_</profile.table>
<event.table>tkio_bigtable.event_</event.table> <event.table>tkio_bigtable_view.event_</event.table>
<usergroup.table>tkio_bigtable.tkio_user_group_preview</usergroup.table> <usergroup.table>tkio_bigtable.tkio_user_group_preview</usergroup.table>
<hive.driver>org.apache.hive.jdbc.HiveDriver</hive.driver> <hive.driver>org.apache.hive.jdbc.HiveDriver</hive.driver>
...@@ -276,8 +277,8 @@ ...@@ -276,8 +277,8 @@
<io.receiver.port>8222</io.receiver.port> <io.receiver.port>8222</io.receiver.port>
<profile.table>kudu.default.profile_</profile.table> <profile.table>kudu.default.profile_</profile.table>
<!--<event.table>tkio_bigtable_view.event_</event.table>--> <event.table>tkio_bigtable_view.event_</event.table>
<event.table>tkio_bigtable.event_</event.table> <!--<event.table>tkio_bigtable.event_</event.table>-->
<usergroup.table>tkio_bigtable.tkio_user_group</usergroup.table> <usergroup.table>tkio_bigtable.tkio_user_group</usergroup.table>
...@@ -293,7 +294,7 @@ ...@@ -293,7 +294,7 @@
<hive.url>jdbc:hive2://172.31.11.248:10000/test</hive.url> <hive.url>jdbc:hive2://172.31.11.248:10000/test</hive.url>
<hive.username>root</hive.username> <hive.username>root</hive.username>
<iscache>0</iscache> <iscache>1</iscache>
<account.check.url>http://io.reyun.com</account.check.url> <account.check.url>http://io.reyun.com</account.check.url>
......
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
var token = $.cookie("io_ryioToken"); var token = $.cookie("io_ryioToken");
config.headers.Authorization = token; config.headers.Authorization = token;
config.requestTimestamp = new Date().getTime(); config.requestTimestamp = new Date().getTime();
config.timeout = 3000 * 10; config.timeout = 1000 * 60 * 10;
return config; return config;
}, },
response: function(response) { response: function(response) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment