added hardcount to hardtime
This commit is contained in:
parent
8155be879d
commit
5a03ec401c
|
|
@ -5,6 +5,7 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
disabled = false,
|
disabled = false,
|
||||||
max_time = 500,
|
max_time = 500,
|
||||||
|
max_count = 5,
|
||||||
notification = true,
|
notification = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue