mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
sleep time changed back to 0.05
This commit is contained in:
parent
440f39d06f
commit
4854431897
1 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,6 @@ def register(session):
|
|||
for app in apps:
|
||||
try:
|
||||
registerApp(app, session)
|
||||
time.sleep(0.03)
|
||||
time.sleep(0.05)
|
||||
except Exception as e:
|
||||
log.warning("'{0}' - not proper App ({1})".format(app['name'], e))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue