| 123456789101112131415161718192021222324252627282930313233 |
- ##################################################
- # Application name, ma ung dung trong CONFIG
- APP_ID=WsUnews
- # Enable Exchange
- EXCHANGE_ENABLE=false
-
- #
- COUNTRY_CODE=95
- LOG_TO_DATABASE=true
- #database path
- LOG_DATABASE_CONF=../etc/database.xml
- #if true, config database id to insert log
- #LOG_TO_DATABASE_ID=dbProcess
- LOG_TO_DATABASE_ID=dbProcess
- NUM_THREAD_LOG_TRANS = 1
- ##################################################
- # resultRequest durable spool
- # Deploy code with DIRECT first. After running the inbox SQL and preparing the
- # spool disk, change to SPOOL and restart KittyFallWs.
- RESULT_REQUEST_MODE=DIRECT
- RESULT_REQUEST_SPOOL_DIR=../data/result-request-spool
- RESULT_REQUEST_INTERVAL_SECONDS=300
- RESULT_REQUEST_QUEUE_CAPACITY=10000
- RESULT_REQUEST_WRITE_BATCH_SIZE=100
- RESULT_REQUEST_ENQUEUE_TIMEOUT_MS=2000
- RESULT_REQUEST_WRITE_TIMEOUT_MS=10000
- RESULT_REQUEST_MAX_RETRY=20
- RESULT_REQUEST_RATE_LIMIT_PER_SECOND=10
|