forgejo actions runner fetch interval 5m -> 1m
This commit is contained in:
parent
508cfbdcf2
commit
95a9d94855
|
@ -99,7 +99,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
runner = {
|
runner = {
|
||||||
# Default fetch interval is 2s -- no need to spam the server
|
# Default fetch interval is 2s -- no need to spam the server
|
||||||
fetch_interval = "5m";
|
fetch_interval = "1m";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue