Double json_enviado storage limit from 5000 to 10000 chars
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
cb3b327938
commit
987959a975
@@ -581,7 +581,7 @@ def _guardar_envio(user_id, tipo, factura, json_data, respuesta, ok,
|
||||
user_id, tipo, factura, fecha_inicio, fecha_fin,
|
||||
1, servicios,
|
||||
"success" if ok else "error",
|
||||
json_lib.dumps(json_data, indent=2, ensure_ascii=False)[:5000],
|
||||
json_lib.dumps(json_data, indent=2, ensure_ascii=False)[:10000],
|
||||
respuesta[:1000] if respuesta else "",
|
||||
datetime.now().isoformat(),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user