FIX: fixed issue with locking

This commit is contained in:
Henry Winkel
2024-03-07 16:59:42 +01:00
parent e947d29669
commit 14e4fddab4
7 changed files with 22 additions and 40 deletions

View File

@@ -45,7 +45,7 @@ namespace SimControl
void checkTracksTimeout();
const int TrackTimeoutTime = 12;
const int TrackTimeoutTime = 6;
};