debug sae

This commit is contained in:
xupingmao
2024-04-21 01:13:11 +08:00
parent c71b937d7e
commit 191a22662e
2 changed files with 3 additions and 6 deletions

View File

@@ -17,5 +17,5 @@ COPY . /home
WORKDIR /home
CMD ["python", "sentinel.py", "tools/hello-app.py", "--config", "config/boot/boot.sae.properties"]
CMD ["python", "sentinel.py", "app.py", "--config", "config/boot/boot.sae.properties"]

View File

@@ -1,11 +1,11 @@
# 新浪应用引擎(SAE)配置
data = /data-temp
data = /data-backup
port = 5050
force_https = true
min_threads = 20
# 数据库类型
db_driver = sqlite
db_driver = leveldb
db_profile_table_proxy = true
# leveldb配置减少内存使用
@@ -25,8 +25,5 @@ binlog_max_size = 100k
# 改成wal模式可以提高并发度
# 继续使用delete模式测试下体感
sqlite_journal_mode = delete
record_db_name = $temp
kv_db_name = $temp
enable_boot_lock = false