add config timeout_verify
- remove hardcoded 60 seconds timeout during verify, as with pack200 this may fail on slow systems - introduce new config "timeout_verify" with 60 seconds default - handle timeout with aborting the launch
This commit is contained in:
@@ -101,6 +101,8 @@ m.another_getdown_running = Multiple instances of this application's \
|
||||
|
||||
m.applet_stopped = Getdown's applet was told to stop working.
|
||||
|
||||
m.timeout_verify = Timeout verifying resources
|
||||
|
||||
# application/digest errors
|
||||
m.missing_appbase = The configuration file is missing the 'appbase'.
|
||||
m.invalid_version = The configuration file specifies an invalid version.
|
||||
|
||||
@@ -105,6 +105,7 @@ Vorgang erledigen lassen.
|
||||
|
||||
m.applet_stopped = Die Anwendung wurde beendet.
|
||||
|
||||
m.timeout_verify = Timeout beim Verifizieren der Resourcen
|
||||
|
||||
# application/digest errors
|
||||
m.missing_appbase = In der Konfigurationsdatei fehlt die 'appbase'.
|
||||
|
||||
Reference in New Issue
Block a user