Message sync is slow?
I set up v0.20.0 as a fresh install in docker.
updated my docker compose file to the new versions.
Ran
docker exec -it twenty-worker-1 yarn command:prod cron:messaging:messages-import
docker exec -it twenty-worker-1 yarn command:prod cron:messaging:message-list-fetch
I can see the sync in the logs, but it only syncs 20 messages every minute.
Is that normal? can we make it go quicker?
at this rate, it'll sync my emails in about 10 hours
updated my docker compose file to the new versions.
Ran
docker exec -it twenty-worker-1 yarn command:prod cron:messaging:messages-import
docker exec -it twenty-worker-1 yarn command:prod cron:messaging:message-list-fetch
I can see the sync in the logs, but it only syncs 20 messages every minute.
Is that normal? can we make it go quicker?
at this rate, it'll sync my emails in about 10 hours