mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
increase ipset command timeout for cli tool
This commit is contained in:
parent
70c0c3049a
commit
54aa460191
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ if args.refresh:
|
||||||
'-output',
|
'-output',
|
||||||
'save',
|
'save',
|
||||||
use_sudo=False,
|
use_sudo=False,
|
||||||
timeout=30
|
timeout=120
|
||||||
)
|
)
|
||||||
|
|
||||||
for _line in proc.stdout.splitlines():
|
for _line in proc.stdout.splitlines():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue