Searched refs:_MAX_JSON_SIZE (Results 1 – 1 of 1) sorted by relevance
163 _MAX_JSON_SIZE = 900000 variable1257 for start_index in xrange(0, len(encoded_value), _MAX_JSON_SIZE):1258 end_index = start_index + _MAX_JSON_SIZE1401 if len(params_encoded) > _MAX_JSON_SIZE:1471 if len(encoded_value) <= _MAX_JSON_SIZE: