myuhe / org-wunderlist.el

Org sync with Wunderlist
44 stars 6 forks source link

Subsequent `org-wunderlist-fetch` calls fail with 100% CPU #6

Open michalrus opened 8 years ago

michalrus commented 8 years ago

When the org-wunderlist-file does not exist, org-wunderlist-fetch succeeds.

However, after the first synchronization, when I try to fetch new items, and after the curl processes finish, 1st CPU core goes to 100%, after about 10-15 seconds, 2nd goes to 100% (first drops to 0%) and so on.

I’m not using folders (but I’ve got quite a few lists). GNU Emacs 25.0.50.1, Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpa).

@myuhe, how to solve this?

michalrus commented 8 years ago

Okay, so this is not happening, if I don’t have 30+ lists. However, see #7.