Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhongMao committed Feb 16, 2024
1 parent 26cd591 commit 3a4ae39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saidump/saidump.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <inttypes.h>

// Default value: 100 MB
// Default value: 100MB
constexpr int64_t RDB_JSON_MAX_SIZE = 1024 * 1024 * 100;

struct CmdOptions
Expand All @@ -16,4 +16,4 @@ struct CmdOptions
void printUsage();
CmdOptions handleCmdLine(int argc, char **argv);
sai_status_t dumpFromRedisRdbJson(const std::string file_name);
sai_status_t preProcessFile(const std::string file_name);
sai_status_t preProcessFile(const std::string file_name);

0 comments on commit 3a4ae39

Please sign in to comment.