Skip to content

Commit 5caed17

Browse files
author
Veijo Pesonen
committed
events.shared-eventsize: increased from 256B to 768B
Original value was too small once both ESP8266 driver and asynchronous DNS started to use shared event queue. An assumption is made that once shared event queue is taken into use there are going to be multiple users instead of one, for which the original value would have been sufficient.
1 parent 2e5d1d9 commit 5caed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"shared-eventsize": {
1010
"help": "Event buffer size (bytes) for shared event queue",
11-
"value": 256
11+
"value": 768
1212
},
1313
"shared-dispatch-from-application": {
1414
"help": "No thread created for shared event queue - application will call dispatch from another thread (eg dispatch_forever at end of main)",

0 commit comments

Comments
 (0)