We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b794c02 commit 3f14867Copy full SHA for 3f14867
driver_macos.go
@@ -23,7 +23,7 @@ import (
23
"github.com/ebitengine/purego/objc"
24
)
25
26
-const defaultOneBufferSizeInBytes = 2048
+const defaultOneBufferSizeInBytes = 8192
27
28
// setNotificationHandler sets a handler for sleep/wake notifications.
29
func setNotificationHandler() error {
0 commit comments