You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in user_data_editor.py set renewal_interval for 3600 hour,
In main function :
if user_data['renewal_interval'] != 0:
try:
j.run_repeating(renew_config, user_data['renewal_interval']*3600)
except Exception as e:
print(f'Error happened during renew:\n{e}')
you use it as a repeated function to renew the config.
How we can set this parameter ?
in /set renewal_interval number also it doesn't work
The text was updated successfully, but these errors were encountered:
I asked a professional cloud engineer and he said renewing uuid pairs and other parameters is unnecessary and doesn't have an effect on server traceability so I have disabled it by default. If you have older versions you could simply set renewal interval to 0 and then rebstart configer using either tg bot with reboot command or ssh into your server and systemctl restart configer. good luck and feel free to comment here if there was further complications.
Dear Hossein,
I think in user_data_editor.py set renewal_interval for 3600 hour,
In main function :
you use it as a repeated function to renew the config.
How we can set this parameter ?
in /set renewal_interval number also it doesn't work
The text was updated successfully, but these errors were encountered: