aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scrapersources/postliste-oep2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-oep b/scrapersources/postliste-oep
index ca7ab48..d27fd71 100644
--- a/scrapersources/postliste-oep
+++ b/scrapersources/postliste-oep
@@ -112,7 +112,7 @@ def cpu_spent():
return getattr(usage, 'ru_utime') + getattr(usage, 'ru_stime')
def cpu_available():
- return resource.getrlimit(resource.RLIMIT_CPU)[0]/2 - 1
+ return resource.getrlimit(resource.RLIMIT_CPU)[0]
def url_from_id(id):
return "https://www.oep.no/search/resultSingle.html?journalPostId=" + str(id)