Skip to content

Commit

Permalink
I came across that there was not enough time and size.
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorPavlushin committed Oct 10, 2019
1 parent a1d2a6d commit c8d7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_netprod_importer/vendors/cisco/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CiscoParser(_AbstractVendorParser):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

self.cache = cachetools.TTLCache(10, 60)
self.cache = cachetools.TTLCache(128, 600)

@staticmethod
def get_abrev_if(interface):
Expand Down

0 comments on commit c8d7e8d

Please sign in to comment.