simplenote-vim / simplenote.vim

vim plugin to interact with the simplenote service
http://www.vim.org/scripts/script.php?script_id=3582
MIT License
368 stars 31 forks source link

Consider increasing NOTE_FETCH_LENGTH to max of 100 #37

Closed atomicules closed 11 years ago

atomicules commented 11 years ago

Currently the NOTE_FETCH_LENGTH is set to 20. By increasing the limit to the max allowable (according to the API docs) of 100 the time taken to list all notes will be reduced.

A quick test of this, loading all my notes (200+):

mrtazz commented 11 years ago

That's probably a good idea. Especially with that load time improvement.