mirror of
https://github.com/safing/portmaster
synced 2025-04-23 20:39:10 +00:00
Add more buffer time for system resolver profile upgrade
This commit is contained in:
parent
2a9e07a86c
commit
97fa12b44d
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ func specialProfileNeedsReset(profile *Profile) bool {
|
|||
|
||||
switch profile.ID {
|
||||
case SystemResolverProfileID:
|
||||
return canBeUpgraded(profile, "18.11.2021")
|
||||
return canBeUpgraded(profile, "20.11.2021")
|
||||
case PortmasterAppProfileID:
|
||||
return canBeUpgraded(profile, "8.9.2021")
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue