feat: raise the default timeout to 5 second

This commit is contained in:
Swann 2021-03-21 09:28:54 +01:00
parent 07862f1cf0
commit 2446df4fe3
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -195,7 +195,7 @@ class SessionPrefs(bpy.types.AddonPreferences):
connection_timeout: bpy.props.IntProperty(
name='connection timeout',
description='connection timeout before disconnection',
default=1000
default=5000
)
# Replication update settings
depsgraph_update_rate: bpy.props.FloatProperty(