Add delay on federation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5f2a515437
commit
25e5362d01
4 changed files with 65 additions and 15 deletions
|
|
@ -7,7 +7,8 @@ import (
|
|||
)
|
||||
|
||||
type FederationSettings struct {
|
||||
URL string `json:"url"`
|
||||
URL string `json:"url"`
|
||||
Delay uint `json:"delay"`
|
||||
}
|
||||
|
||||
// Settings represents the settings panel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue