debounceDelay constant

int const debounceDelay

Debounce delay for file changes (milliseconds) Increase this if you have many rapid file changes

Implementation

static const int debounceDelay = 500;