|
@@ -37,7 +37,7 @@ services:
|
|
|
DB_DATABASE: open_assistant1
|
|
|
DB_USER: open_assistant
|
|
|
DB_PASSWORD: 123456
|
|
|
- DB_POOL_SIZE: 20
|
|
|
+ DB_POOL_SIZE: 1000
|
|
|
DB_POOL_RECYCLE: 3600
|
|
|
|
|
|
# redis
|
|
@@ -65,7 +65,7 @@ services:
|
|
|
R2R_BASE_URL: http://r2r:7272
|
|
|
R2R_USERNAME: xujiawei@cocorobo.cc
|
|
|
R2R_PASSWORD: usestudio-1
|
|
|
- R2R_SEARCH_LIMIT: 20
|
|
|
+ R2R_SEARCH_LIMIT: 10
|
|
|
|
|
|
# secret
|
|
|
APP_AES_ENCRYPTION_KEY: 7700b2f9c8dd982dfaddf8b47a92f1d900507ee8ac335f96a64e9ca0f018b195
|
|
@@ -104,7 +104,7 @@ services:
|
|
|
DB_DATABASE: open_assistant1
|
|
|
DB_USER: open_assistant
|
|
|
DB_PASSWORD: 123456
|
|
|
- DB_POOL_SIZE: 20
|
|
|
+ DB_POOL_SIZE: 1000
|
|
|
DB_POOL_RECYCLE: 3600
|
|
|
|
|
|
# redis
|
|
@@ -147,7 +147,7 @@ services:
|
|
|
R2R_BASE_URL: http://r2r:7272
|
|
|
R2R_USERNAME: xujiawei@cocorobo.cc
|
|
|
R2R_PASSWORD: usestudio-1
|
|
|
- R2R_SEARCH_LIMIT: 20 # secret
|
|
|
+ R2R_SEARCH_LIMIT: 10 # secret
|
|
|
APP_AES_ENCRYPTION_KEY: 7700b2f9c8dd982dfaddf8b47a92f1d900507ee8ac335f96a64e9ca0f018b195
|
|
|
|
|
|
depends_on:
|