Skip to content

Commit a318125

Browse files
committed
update README
1 parent 7c863de commit a318125

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ from pathlib import Path
4444
# Create custom configuration
4545
config = CacheConfig(
4646
cache_dir=Path("cache_directory"),
47-
max_size_bytes=1024 * 1024 * 1024, # 1GB
4847
cleanup_interval=timedelta(days=7),
49-
compression=True
5048
)
5149

5250
# Initialize cache with configuration

0 commit comments

Comments
 (0)