mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +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 {
|
switch profile.ID {
|
||||||
case SystemResolverProfileID:
|
case SystemResolverProfileID:
|
||||||
return canBeUpgraded(profile, "18.11.2021")
|
return canBeUpgraded(profile, "20.11.2021")
|
||||||
case PortmasterAppProfileID:
|
case PortmasterAppProfileID:
|
||||||
return canBeUpgraded(profile, "8.9.2021")
|
return canBeUpgraded(profile, "8.9.2021")
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue