forked from Fediversity/Fediversity
increase fetch timeout/interval
This commit is contained in:
parent
346483b723
commit
c147df2b6f
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ in
|
|||
capacity = 1;
|
||||
timeout = "3h";
|
||||
insecure = false;
|
||||
fetch_timeout = "5s";
|
||||
fetch_interval = "2s";
|
||||
fetch_timeout = "5m";
|
||||
fetch_interval = "2m";
|
||||
};
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue