dir-project: Load big projects without errors and without blocking the GUI
commitbbc0d2d152289e82075a8a10b5cc991aaf0aee47
authorSébastien Granjoux <seb.sfo@free.fr>
Mon, 28 Apr 2014 18:55:57 +0000 (28 20:55 +0200)
committerSébastien Granjoux <seb.sfo@free.fr>
Mon, 28 Apr 2014 18:55:57 +0000 (28 20:55 +0200)
treed2049e63fa26db82d7569b265bc2e06375d50585
parentaade245eed7894aaba101bb92fa99ce3809d3d5b
dir-project: Load big projects without errors and without blocking the GUI

Previously the plugin was opening recursively all directories of the project
leading to errors due to the limited number of handles (around 1000) and freeze
in the GUI when returning to the initial caller.

Now, after opening a few directories, the plugin is waiting a few ms.
plugins/dir-project/dir-project.c