Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
saasio
Commits
14ea6cc2
Commit
14ea6cc2
authored
7 years ago
by
carrieyzzhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面的超时限制改为10min,早晚刷出来
parent
571c8023
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
pom.xml
pom.xml
+7
-6
config.js
src/main/websrc/js/app/config.js
+1
-1
No files found.
pom.xml
View file @
14ea6cc2
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/main/websrc/js/app/config.js
View file @
14ea6cc2
...
@@ -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
=
300
0
*
10
;
config
.
timeout
=
1000
*
6
0
*
10
;
return
config
;
return
config
;
},
},
response
:
function
(
response
)
{
response
:
function
(
response
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment