forked from fediversity/fediversity
increase fetch timeout/interval
This commit is contained in:
parent
5acbf0300d
commit
68b6e146f7
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