Opened 15 years ago

Closed 14 years ago

#11379 closed (duplicate)

max_entries should not be required

Reported by: wsorenson Owned by: nobody
Component: Core (Cache system) Version: dev
Severity: Keywords: max_entries cache
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Not every Django project's cache will want to use a max_entries (this could also apply to timeout).

There should be a simple way to turn off this parameter, such as max_entries=0 / timeout=0.

Change History (2)

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by josh, 14 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate of issue #11260

Note: See TracTickets for help on using tickets.
Back to Top