Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-http by
Revision 22:fb5e4bc49534, committed 2018-01-02
- Comitter:
- ksekimoto
- Date:
- Tue Jan 02 16:00:05 2018 +0000
- Parent:
- 21:fcd2bfd31a39
- Commit message:
- Change http-buffer-size for GR-PEACH
Changed in this revision
mbed_lib.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_lib.json Thu Dec 14 16:19:22 2017 +0700 +++ b/mbed_lib.json Tue Jan 02 16:00:05 2018 +0000 @@ -3,7 +3,7 @@ "config": { "http-buffer-size": { "help": "Size of the HTTP receive buffer in bytes", - "value": 8192, + "value": 16384, "macro_name": "HTTP_RECEIVE_BUFFER_SIZE" } }