module-rt: Default RLIMIT_RTTIME to -1/unlimited

As discussed in !1118.
This commit is contained in:
Robbert van der Helm 2022-01-17 14:01:06 +01:00 committed by Wim Taymans
parent baabcbe606
commit 75212a4054
12 changed files with 24 additions and 24 deletions

View file

@ -39,8 +39,8 @@ context.modules = [
args = {
#nice.level = -11
#rt.prio = 88
#rt.time.soft = 2000000
#rt.time.hard = 2000000
#rt.time.soft = -1
#rt.time.hard = -1
}
flags = [ ifexists nofail ]
}