|
@@ -128,7 +128,7 @@ func (s *server) setupTimedTasks(ctx context.Context) {
|
|
}{
|
|
}{
|
|
{1 * time.Minute, "sendTalk"},
|
|
{1 * time.Minute, "sendTalk"},
|
|
{1 * time.Hour, "getContacts"},
|
|
{1 * time.Hour, "getContacts"},
|
|
- {30 * time.Second, "heartbeat"},
|
|
|
|
|
|
+ {1 * time.Minute, "heartbeat"},
|
|
}
|
|
}
|
|
|
|
|
|
for _, task := range tasks {
|
|
for _, task := range tasks {
|