feat: raise the default timeout to 5 second
This commit is contained in:
parent
07862f1cf0
commit
2446df4fe3
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user