Skip to content

Commit 1e3c88f

Browse files
Remove rateLimitAfter from global settings
Removed optional rateLimitAfter boolean from global settings as it was unnecessary for the fix.
1 parent 673567c commit 1e3c88f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/types/src/global-settings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export const globalSettingsSchema = z.object({
139139
diagnosticsEnabled: z.boolean().optional(),
140140

141141
rateLimitSeconds: z.number().optional(),
142-
rateLimitAfter: z.boolean().optional(), // kilocode_change
143142
diffEnabled: z.boolean().optional(),
144143
fuzzyMatchThreshold: z.number().optional(),
145144
experiments: experimentsSchema.optional(),

0 commit comments

Comments
 (0)