Commit b39e93df authored by Liang Ding's avatar Liang Ding

默认参数调整

parent c0e46974
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: B3log Solo GAE POM.
Version: 2.0.2.4, Oct 29, 2013
Version: 2.0.2.5, Feb 11, 2014
Author: Liang Ding
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
......@@ -57,6 +57,10 @@
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
</exclusion>
<exclusion>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
</exclusion>
<!-- GAE container is not JBoss -->
<exclusion>
<groupId>org.jboss</groupId>
......
......@@ -16,7 +16,7 @@
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.1.0, Oct 31, 2013
# Version: 1.0.1.1, Feb 11, 2014
# Author: Liang Ding
#
......@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
runtimeEnv=GAE
#### Runtime Mode ####
runtimeMode=DEVELOPMENT
#runtimeMode=PRODUCTION
#runtimeMode=DEVELOPMENT
runtimeMode=PRODUCTION
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
......@@ -52,4 +52,4 @@ cache=GAE
userService=LOCAL
#### Static resource version ####
staticResourceVersion=201310311200
\ No newline at end of file
staticResourceVersion=201402112200
\ No newline at end of file
......@@ -16,7 +16,7 @@
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.1.0, Oct 31, 2013
# Version: 1.0.1.1, Feb 11, 2014
# Author: Liang Ding
#
......@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
runtimeEnv=LOCAL
#### Runtime Mode ####
#runtimeMode=PRODUCTION
runtimeMode=DEVELOPMENT
#runtimeMode=DEVELOPMENT
runtimeMode=PRODUCTION
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
......@@ -52,4 +52,4 @@ cache=LOCAL
userService=LOCAL
#### Static resource version ####
staticResourceVersion=201310311200
\ No newline at end of file
staticResourceVersion=201402112200
\ No newline at end of file
......@@ -35,8 +35,8 @@ jdbc.password=
jdbc.pool=h2
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt=3
jdbc.maxConnCnt=10
jdbc.minConnCnt=5
jdbc.maxConnCnt=15
# Be care to change the transaction isolation
jdbc.transactionIsolation=REPEATABLE_READ
......
......@@ -16,7 +16,7 @@
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.1.0, Oct 31, 2013
# Version: 1.0.1.1, Feb 11, 2014
# Author: Liang Ding
#
......@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
runtimeEnv=LOCAL
#### Runtime Mode ####
runtimeMode=DEVELOPMENT
#runtimeMode=PRODUCTION
#runtimeMode=DEVELOPMENT
runtimeMode=PRODUCTION
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
......@@ -52,4 +52,4 @@ cache=LOCAL
userService=LOCAL
#### Static resource version ####
staticResourceVersion=201310311200
\ No newline at end of file
staticResourceVersion=201402112200
\ No newline at end of file
......@@ -37,8 +37,8 @@ jdbc.password=
jdbc.pool=druid
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt=3
jdbc.maxConnCnt=10
jdbc.minConnCnt=5
jdbc.maxConnCnt=15
# Be care to change the transaction isolation
jdbc.transactionIsolation=REPEATABLE_READ
......
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