diff options
| author | Scott Gasch <[email protected]> | 2022-03-21 11:45:22 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-03-21 11:45:22 -0700 |
| commit | fdfbe2d80c21f36083065899c37f777e6cf2a138 (patch) | |
| tree | 2564da6d10029ecd0855dd4cee455bfa9594c550 /arper.py | |
| parent | b8d28ce7d3d913975131284aeaa5d5caf951a631 (diff) | |
Small changes.
Diffstat (limited to 'arper.py')
| -rw-r--r-- | arper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ cfg.add_argument( cfg.add_argument( '--arper_cache_max_staleness', type=argparse_utils.valid_duration, - default=datetime.timedelta(seconds=60 * 15), + default=datetime.timedelta(seconds=60 * 30), metavar='DURATION', help='Max acceptable age of the kernel arp table cache', ) |
