mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
double progressive percentage (#9557)
This commit is contained in:
parent
8226d30af0
commit
00f8d82808
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue