mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] ImageDelegate: increase thumbnail timer to 5s
This commit is contained in:
parent
dd235dcbf1
commit
2f72f9e7d1
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ Item {
|
|||
updateThumbnail();
|
||||
}
|
||||
|
||||
// Send a new request every 2 seconds until thumbnail is loaded
|
||||
// Send a new request every 5 seconds until thumbnail is loaded
|
||||
// This is meant to avoid deadlocks in case there is a synchronization problem
|
||||
Timer {
|
||||
interval: 2000
|
||||
interval: 5000
|
||||
repeat: true
|
||||
running: true
|
||||
onTriggered: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue