增加docker配置;修复重置命令错误;优化timer请求机制支持本地

This commit is contained in:
2024-04-07 13:47:52 +08:00
parent 7fcfb6249d
commit c0b5880ae1
8 changed files with 147 additions and 8 deletions

11
docker/phprun.ini Normal file
View File

@@ -0,0 +1,11 @@
; 内存不限制
memory_limit = -1
; 上传文件大小不限制
upload_max_filesize = -1
; 运行时长不限制
max_execution_time = 0
; POST大小不限制
post_max_size = -1