We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44eed79 commit 3173e9cCopy full SHA for 3173e9c
tools/plex-bootstraptest.py
@@ -125,8 +125,8 @@ def alert_callback(data):
125
bar = tqdm(desc='Scanning section ' + section['name'], total=expected_media_count)
126
notifier = server.startAlertListener(alert_callback)
127
add_library_section(server, section)
128
- while processed_media < expected_media_count: # bar.n < bar.total:
129
- if runtime >= opts.bootstrap_timeout:
+ while bar.n < bar.total:
+ if runtime >= 120:
130
print('Metadata scan taking too long, but will continue anyway..')
131
break
132
time.sleep(3)
0 commit comments