• Tomaž Muraus's avatar
    Fixed a default timeout problem - if no timeout was specified the default… · 559c01c0
    Tomaž Muraus authored
    Fixed a default timeout problem - if no timeout was specified the default timeout specified in settings was not used.
    
    Now, you have three choices:
    1. no timeout is specified - the default timeout is used
    2. timeout is specified and it's not False - the specified value is used
    3. timeout is specified as False - no timeout is set for this key and it does not expire
    559c01c0
cache.py 2.93 KB