Skip to content

Commit a45ea77

Browse files
authored
Raise Zenzai inference default limit (#257)
1 parent ab9779d commit a45ea77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/Core/Configs/IntConfigItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension IntConfigItem {
2222
extension Config {
2323
public struct ZenzaiInferenceLimit: IntConfigItem {
2424
public init() {}
25-
static let `default` = 1
25+
static let `default` = 5
2626
public static let key = "dev.ensan.inputmethod.azooKeyMac.preference.zenzaiInferenceLimit"
2727
}
2828
}

0 commit comments

Comments
 (0)