Ticket #487: cache.txt.patch

File cache.txt.patch, 392 bytes (added by eugene@…, 19 years ago)

patch as a file

  • cache.txt

     
    5757
    5858For example::
    5959
    60     DB_CACHE = "memcached://127.0.0.1:11211/?timeout=60"
     60    CACHE_BACKEND = "memcached://127.0.0.1:11211/?timeout=60"
    6161
    6262Invalid arguments are silently ignored, as are invalid values of known
    6363arguments.
Back to Top