diff --git a/tasks/softnet.yml b/tasks/softnet.yml
index 3fe4f6a62845e183ab12e7f59034282843d80f6d..c40862451000887c4d05c3db0928d8f028877ebf 100644
--- a/tasks/softnet.yml
+++ b/tasks/softnet.yml
@@ -5,6 +5,6 @@
   replace:
     dest: '/etc/netdata/health.d/softnet.conf'
     regexp: 'warn: \$this > \(\(\$status >= \$WARNING\)  \? \(0\) : \(10\)\)'
-    replace: 'warn: $this > (($status >= $WARNING)  ? (0) : (50))'
+    replace: 'warn: $this > (($status >= $WARNING)  ? (0) : (9999))'
   notify:
     - "Restart NetData"