tox iterate interval pow(1.6)

fix faux offline inbetween timer
crop by default
This commit is contained in:
2024-02-03 15:00:32 +01:00
parent 3da5872df8
commit b0173f6d68
3 changed files with 8 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class ToxFriendFauxOfflineMessaging : public ToxEventI {
// TODO: increase timer?
const float _delay_after_cc {4.5f};
const float _delay_inbetween {1.3f};
const float _delay_inbetween {0.3f};
const float _delay_retry {10.f}; // retry sending after 10s
public: