Skip to content

Commit

Permalink
Merge branch 'main' into feature/unbind-policy-from-preview-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
haywoodsh authored Apr 6, 2022
2 parents 8e6f52f + 89a49b7 commit 0ccd340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Run Tests
run: make cover
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage.txt

Expand Down
2 changes: 1 addition & 1 deletion internal/nginx/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
appProtectLogLevelCmd = "/opt/app_protect/bin/set_log_level"

// appPluginParams is the configuration of App-Protect plugin
appPluginParams = "tmm_count 4 proc_cpuinfo_cpu_mhz 2000000 total_xml_memory 307200000 total_umu_max_size 3129344 sys_max_account_id 1024 no_static_config"
appPluginParams = "tmm_count 4 proc_cpuinfo_cpu_mhz 2000000 total_xml_memory 471859200 total_umu_max_size 3129344 sys_max_account_id 1024 no_static_config"

appProtectDosAgentInstallCmd = "/usr/bin/adminstall"
appProtectDosAgentStartCmd = "/usr/bin/admd -d --standalone"
Expand Down

0 comments on commit 0ccd340

Please sign in to comment.