mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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();
|
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
|
// This is meant to avoid deadlocks in case there is a synchronization problem
|
||||||
Timer {
|
Timer {
|
||||||
interval: 2000
|
interval: 5000
|
||||||
repeat: true
|
repeat: true
|
||||||
running: true
|
running: true
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue