mirror of
https://github.com/dancojocaru2000/CfrTrainInfoTelegramBot.git
synced 2025-02-22 17:19:39 +02:00
Update subscriptions every 45 seconds
This commit is contained in:
parent
55bfd56f81
commit
c985a6575a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ func (sub *Subscriptions) DeleteSubscription(chatId int64, messageId int) (*SubD
|
|||
}
|
||||
|
||||
func (sub *Subscriptions) CheckSubscriptions(ctx context.Context) {
|
||||
ticker := time.NewTicker(time.Second * 90)
|
||||
ticker := time.NewTicker(time.Second * 45)
|
||||
|
||||
sub.executeChecks(ctx)
|
||||
for {
|
||||
|
|
Loading…
Add table
Reference in a new issue