1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

chore: fix macos tiering (#3032)

This commit is contained in:
Vladislav 2024-05-09 17:46:14 +03:00 committed by GitHub
parent ab2ce0fef8
commit b7fdc41d2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ class TieredStorage {
return {};
}
void RunOffloading() {
void RunOffloading(DbIndex dbid) {
}
};