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:
parent
ab2ce0fef8
commit
b7fdc41d2e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class TieredStorage {
|
|||
return {};
|
||||
}
|
||||
|
||||
void RunOffloading() {
|
||||
void RunOffloading(DbIndex dbid) {
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue