This commit is contained in:
Philipp Kühn 2019-05-21 18:07:19 +02:00
parent d28a30b498
commit de624c1d5f

View File

@ -66,7 +66,7 @@ export default {
// the initial version we start with
// version is an integer which is incremented with every change
version,
// debounce changes so we can save some bandwidth
// debounce changes so we can save some requests
debounce: 250,
// onSendable is called whenever there are changed we have to send to our server
onSendable: ({ sendable }) => {