refactor: rename 'procd_reload_delay' to 'badwan_reload_delay'

This commit is contained in:
Andrey Petelin
2025-10-10 19:44:41 +05:00
committed by divocat
parent f128bc4ec7
commit ca5a3a79fe
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ function createSettingsContent(section) {
o = section.option(
form.Value,
'procd_reload_delay',
'badwan_reload_delay',
_('Interface Monitoring Delay'),
_('Delay in milliseconds before reloading podkop after interface UP'),
);