-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.25
-
Fix Version/s: None
-
Component/s: Basic-Other
-
Affect Type:Userdefined
U2DbiPool has a mutex, that is locked during upgraders work. If an upgrader works too long, the other U2DbiPool methods that use the mutex can hang the GUI, if they are called from the main thread. A least, U2DbiPool::sl_checkDbiPoolExpiration is called after 30 minutes.