Skip to content

Commit

Permalink
client: increase attachment limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Sep 13, 2023
1 parent 22cea9b commit afa73d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-client/mpcontribs/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
MAX_ELEMS = 10
MAX_NESTING = 5
MEGABYTES = 1024 * 1024
MAX_BYTES = 2.4 * MEGABYTES
MAX_BYTES = 3.5 * MEGABYTES
MAX_PAYLOAD = 15 * MEGABYTES
MAX_COLUMNS = 160
DEFAULT_HOST = "contribs-api.materialsproject.org"
Expand Down

0 comments on commit afa73d2

Please sign in to comment.