nova: limit rate of too long helper chain message

to 1 per every 10s.
This commit is contained in:
Alexander Boettcher 2023-05-17 11:43:28 +02:00 committed by Christian Helmuth
parent 61d1226805
commit 75d43555c8
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
89e077c8c83aa0e1dd51f2222139412eea1c5f0f
69d4698190aa64ecf18aff1c9cf58cd0cf84c689

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 6b593c302a2e95f288a423ec3cc7ec3ba0d5653b
REV(nova) := f04f501c87ea37207b655bd0a787a2c0b363a967
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))