make vim faster :D

This commit is contained in:
Green Sky 2022-12-22 15:06:11 +01:00
parent 3725b76ce7
commit e486d79dc3
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ function! GreenCRDTCheckTimeAndFetch()
endif
endif
let b:green_crdt_fetch_timer = timer_start(503, 'GreenCRDTFetchTimerCallback')
let b:green_crdt_fetch_timer = timer_start(203, 'GreenCRDTFetchTimerCallback')
endif
endfunction
)"
@ -287,7 +287,7 @@ delfunction GreenCRDTSetupEvents
)"
R"(
let b:green_crdt_fetch_timer = timer_start(900, 'GreenCRDTFetchTimerCallback')
let b:green_crdt_fetch_timer = timer_start(300, 'GreenCRDTFetchTimerCallback')
echo 'setup done'
)");