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:
gropp_volker
2019-03-13 11:28:14 +01:00
parent f7586cf601
commit 8e520e7a25
3 changed files with 10 additions and 1 deletions
@@ -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'.