Fix build

This commit is contained in:
Robert Schulze 2023-08-22 15:43:28 +00:00
parent d5a7277a59
commit 4206369ced
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -23,7 +23,7 @@ int main(int argc, char ** argv)
try
{
UncompressedCache cache(1024);
UncompressedCache cache("SLRU", 1024, 0.5);
std::string path = argv[1];
std::cerr << std::fixed << std::setprecision(3);