X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=lockfile.py;h=290710759dbc702fff757ae2561fe5c0af3051a6;hb=6e8e3458d9641394b8f061d55ba569a72e6a8493;hp=2d429147937d01b37a057910c50004374917af0f;hpb=713a609bd19d491de03debf8a4a6ddf2540b13dc;p=python_utils.git diff --git a/lockfile.py b/lockfile.py index 2d42914..2907107 100644 --- a/lockfile.py +++ b/lockfile.py @@ -18,7 +18,7 @@ cfg = config.add_commandline_args(f'Lockfile ({__file__})', 'Args related to loc cfg.add_argument( '--lockfile_held_duration_warning_threshold_sec', type=float, - default=10.0, + default=60.0, metavar='SECONDS', help='If a lock is held for longer than this threshold we log a warning', )