1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-23 14:19:48 +01:00
Arduino/arduino-core
Martino Facchin 73f40ac32e Only rescan libraries folders when really needed
Scanning libraries is an heavy task if the sketchbook becomes huge;
This patch targets two points:

- remove the rescan() after setLibrariesFolders(), which already performs a rescan
- call setLibrariesFolders() only when the folder list has changed
  - This ensures that no scan is performed when changing board in the same architecture

Could mitigate #6350
2018-05-02 15:52:13 +02:00
..
2017-05-18 15:36:17 +02:00
2017-05-18 15:36:17 +02:00
2014-11-13 16:34:24 +01:00
2014-11-13 16:34:24 +01:00
2015-06-16 09:33:48 +02:00