[Common]Use folder_change_reader in file watcher to improve performance (#30827)

This commit is contained in:
Davide Giacometti
2024-01-12 16:23:00 +01:00
committed by GitHub
parent 4ce38d192d
commit 4f06f2a659
7 changed files with 52 additions and 45 deletions

View File

@@ -9,3 +9,5 @@
#include <filesystem>
#include <fstream>
#include <common/logger/logger.h>
#include <wil/filesystem.h>