mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
fix(convex): retain built rate limit index
This commit is contained in:
@@ -1466,6 +1466,7 @@ const rateLimits = defineTable({
|
||||
updatedAt: v.number(),
|
||||
})
|
||||
.index("by_key_window", ["key", "windowStart"])
|
||||
.index("by_key_window_shard", ["key", "windowStart", "shard"])
|
||||
.index("by_key", ["key"]);
|
||||
|
||||
const rateLimitShards = defineTable({
|
||||
|
||||
Reference in New Issue
Block a user