Changes between Initial Version and Version 1 of Ticket #20892, comment 7


Ignore:
Timestamp:
Aug 13, 2013, 7:38:40 AM (11 years ago)
Author:
AlexF124

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20892, comment 7

    initial v1  
    11Ok, python-memcache has gone ahead and fixed the bug, so the
    22
    3 {{{!#python
     3{{{#!python
    44import memcache
    55memcache.SERVER_MAX_VALUE_LENGTH = 1024*1024*10 #added limit to accept 10mb
Back to Top