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 2abd7a8 commit 7f9f33eCopy full SHA for 7f9f33e
lib/resty/limit/conn.lua
@@ -14,7 +14,7 @@ local assert = assert
14
15
16
local _M = {
17
- _VERSION = '0.08'
+ _VERSION = '1.0.0'
18
}
19
20
lib/resty/limit/count.lua
@@ -7,7 +7,7 @@ local assert = assert
7
8
9
10
11
12
13
lib/resty/limit/req.lua
@@ -38,7 +38,7 @@ local rec_cdata = ffi.new("struct lua_resty_limit_req_rec")
38
39
40
41
42
43
44
lib/resty/limit/traffic.lua
@@ -9,7 +9,7 @@ local max = math.max
0 commit comments