Compare commits

...

3 Commits

Author SHA1 Message Date
95564f1ae6 Revert "fix #322: add option general.find-process-mode, user can turn off findProcess feature in router" 2023-01-06 12:17:46 +08:00
de6d32a9d5 Merge pull request #324 from chain710/dev-1.14
fix #322: add option general.find-process-mode, user can turn off findProcess feature in router
2023-01-06 11:57:15 +08:00
5616d9dc40 fix #322: add option general.find-process-mode, user can turn off findProcess feature in router
findProcess slow down connection due to repeat call to FindProcessName in router environment
this option has 3 values: always, strict, off
- always, equal to enable-process: true. Just try to merge all process related option into one
- strict, as default value, behavior remains unchanged
- off, turn off findProcess, useful in router environment
2023-01-05 17:01:44 +08:00

Diff Content Not Available