drasticly increase timer safety margin

This commit is contained in:
Green Sky
2025-05-06 15:39:07 +02:00
parent 3a929569ee
commit 0318a89f93
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class ToxAvatarSender : public ContactStore4EventI, public RegistryMessageModelE
struct Entry {
ContactHandle4 c;
Contact::Components::ConnectionState::State ls;
float timer {23.122f};
float timer {62.122f};
};
std::vector<Entry> _queue;