projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7414171
)
Change threshold.
author
Scott Gasch
<
[email protected]
>
Sat, 5 Feb 2022 18:04:06 +0000
(10:04 -0800)
committer
Scott Gasch
<
[email protected]
>
Sat, 5 Feb 2022 18:04:06 +0000
(10:04 -0800)
lockfile.py
patch
|
blob
|
history
diff --git
a/lockfile.py
b/lockfile.py
index 2d429147937d01b37a057910c50004374917af0f..290710759dbc702fff757ae2561fe5c0af3051a6 100644
(file)
--- 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=
1
0.0,
+ default=
6
0.0,
metavar='SECONDS',
help='If a lock is held for longer than this threshold we log a warning',
)