feat: raise the default timeout to 5 second
This commit is contained in:
@ -195,7 +195,7 @@ class SessionPrefs(bpy.types.AddonPreferences):
|
|||||||
connection_timeout: bpy.props.IntProperty(
|
connection_timeout: bpy.props.IntProperty(
|
||||||
name='connection timeout',
|
name='connection timeout',
|
||||||
description='connection timeout before disconnection',
|
description='connection timeout before disconnection',
|
||||||
default=1000
|
default=5000
|
||||||
)
|
)
|
||||||
# Replication update settings
|
# Replication update settings
|
||||||
depsgraph_update_rate: bpy.props.FloatProperty(
|
depsgraph_update_rate: bpy.props.FloatProperty(
|
||||||
|
Reference in New Issue
Block a user