Skip to content

Commit 4d52425

Browse files
committed
reduced gpu_encoder_helper.exe waiting time
1 parent 45f834a commit 4d52425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
if process.info['name'] == 'Discord.exe':
3333
process.kill()
3434

35-
# installing the latest version of discord (waiting for update.exe closing)
35+
# installing the latest version of discord
3636
logger.info('Updating discord to latest version...')
3737

3838
subprocess.Popen(f'{os.path.join(LOCALAPPDATA, "Discord/Update.exe")} --processStart Discord.exe --process-start-args --start-minimized')
@@ -49,7 +49,7 @@
4949
quit_from_loop = True
5050
break
5151

52-
time.sleep(0.5)
52+
time.sleep(0.1)
5353

5454
if quit_from_loop:
5555
break

0 commit comments

Comments
 (0)