8 lines
96 B
Lua
8 lines
96 B
Lua
local SlowQueryHandler = {
|
|
VERSION = "0.1-t",
|
|
PRIORITY = 1000,
|
|
}
|
|
|
|
|
|
return SlowQueryHandler
|