You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
### Improvements
4
4
* Commands and responses are now logged using their own synchronous queue to prevent unreadable output when commands and responses were sent simultaneously.
5
-
*`setLoggingEnabled(loggingEnabled:)` has been renamed `set(loggingEnabled:) async`
5
+
*`setLoggingEnabled(loggingEnabled:)` has been renamed `set(loggingEnabled:) async`.
6
6
* The original function remains but is deprecated.
7
-
* Change default `coreCount` in `Engine.start()` to **one less** than the core count (minimum of 1).
7
+
* Change default `coreCount` in `Engine.start()` to **one less** than the device's core count (minimum of 1).
8
8
* This allows a free core for other processing tasks in a multicore environment.
9
9
* Can still be changed with the `coreCount` parameter if desired.
0 commit comments