double progressive percentage (#9557)

This commit is contained in:
Brad Warren
2023-02-01 07:05:01 +11:00
committed by GitHub
parent 8226d30af0
commit 00f8d82808
+1 -1
View File
@@ -49,7 +49,7 @@ ALL_SNAPS = ['certbot'] + PLUGIN_SNAPS
# for sanity checking.
SNAP_ARCH_COUNT = 3
# The percentage of users the 2.0 Certbot snap should be deployed to.
PROGRESSIVE_RELEASE_PERCENTAGE = 5
PROGRESSIVE_RELEASE_PERCENTAGE = 10
def parse_args(args):