increase image download timeout to 2 minutes

This commit is contained in:
Eric 2024-07-02 11:38:14 +10:00
parent ee5771608d
commit ce7470bcd5
No known key found for this signature in database

View File

@ -30,7 +30,7 @@ const props = defineProps({
timeout: {
type: Number,
default() {
return 30000
return 120000
}
}
})