updating poll duration

This commit is contained in:
2026-06-29 16:57:39 +02:00
parent eed7415ef3
commit c253a69566

View File

@@ -14,7 +14,7 @@ class GatewayModel {
bool isCancelled = false;
int count = 0;
int pollAttempt = 0;
int pollMaxAttempts = 20;
int pollMaxAttempts = 30;
}
class GatewayController extends ChangeNotifier {