{"ok": true, "database": "docs", "table": "sections", "rows": [{"id": "settings:setting-max-post-body-bytes", "page": "settings", "ref": "setting-max-post-body-bytes", "title": "max_post_body_bytes", "content": "Maximum size in bytes for a POST body that Datasette reads fully into memory, such as JSON submitted to the  write API . Requests with larger bodies are rejected with an HTTP 413 error. Defaults to 2,097,152 (2MB). \n                 This limit exists to protect against memory exhaustion: unlike file uploads handled by  request.form() , which stream to disk, these bodies are held entirely in memory and parsing them as JSON can multiply their memory footprint several times over. \n                 If you increase  max_insert_rows  to support larger bulk inserts you may need to increase this limit as well: \n                 datasette mydatabase.db --setting max_post_body_bytes 10485760 \n                 Set it to 0 to disable the limit entirely: \n                 datasette mydatabase.db --setting max_post_body_bytes 0", "breadcrumbs": "[\"Settings\", \"Settings\"]", "references": "[]"}], "primary_keys": ["id"], "primary_key_values": ["settings:setting-max-post-body-bytes"], "query_ms": 3.2157759997062385, "truncated": false}