We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9779d commit a45ea77Copy full SHA for a45ea77
1 file changed
Core/Sources/Core/Configs/IntConfigItem.swift
@@ -22,7 +22,7 @@ extension IntConfigItem {
22
extension Config {
23
public struct ZenzaiInferenceLimit: IntConfigItem {
24
public init() {}
25
- static let `default` = 1
+ static let `default` = 5
26
public static let key = "dev.ensan.inputmethod.azooKeyMac.preference.zenzaiInferenceLimit"
27
}
28
0 commit comments