Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Feb 29, 2024
1 parent 4d0e7c9 commit 1bd110a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/inflate.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include "wows-depack-private.h"
#include "hashmap.h"

#define COMP_CHUNK_SIZE 1024 * 1024 // 16KB
#define INFL_CHUNK_SIZE 10 * COMP_CHUNK_SIZE // 16KB
#define COMP_CHUNK_SIZE 1024 * 1024 // 1MB for compressed buffer
#define INFL_CHUNK_SIZE 10 * COMP_CHUNK_SIZE // 10MB for inflated buffer

int get_inode(WOWS_CONTEXT *context, char *path, WOWS_BASE_INODE **out_inode) {
int dir_count;
Expand Down

0 comments on commit 1bd110a

Please sign in to comment.