VersaWhiteboard/config.default.yml

23 lines
582 B
YAML
Raw Normal View History

backend:
# TODO
accessToken: ""
# TODO
webdav: false
performance:
2020-05-11 14:12:20 +02:00
# Whiteboard information broadcasting frequency (in Hz i.e. /s)
# => diminishing this will result in more latency
whiteboardInfoBroadcastFreq: 1
frontend:
# When an editable whiteboard is loading in a client,
# should it be started in read-only mode.
2020-05-10 23:13:55 +02:00
readOnlyOnWhiteboardLoad: false
# Show smallest screen indicator
showSmallestScreenIndicator: true
2020-05-10 23:13:55 +02:00
performance:
2020-05-11 14:12:20 +02:00
pointerEventsThrottling:
- fromNbUser: 0
minDistDelta: 1
maxFreq: 30
2020-05-10 23:13:55 +02:00
refreshInfoFreq: 5