diff --git a/src/store/addressbooks.js b/src/store/addressbooks.js index 6d5aece88..4a4c2f8b8 100644 --- a/src/store/addressbooks.js +++ b/src/store/addressbooks.js @@ -344,7 +344,7 @@ const actions = { */ async getContactsFromAddressBook(context, { addressbook }) { return addressbook.dav - .findAllAndFilterBySimpleProperties(MinimalContactProperties) + .findAllAndFilterBySimpleProperties(MinimalContactProperties,100,5) .then((response) => { // We don't want to lose the url information // so we need to parse one by one