Skip to content

Commit 96537b0

Browse files
committed
fix: update comment to say size instead of GB
1 parent 99afade commit 96537b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-log-writer/src/mongo-log-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface MongoLogOptions {
1717
retentionDays: number;
1818
/** The maximal number of log files which are kept. */
1919
maxLogFileCount?: number;
20-
/** The maximal GB of log files which are kept. */
20+
/** The maximal size of log files which are kept. */
2121
retentionGB?: number;
2222
/** A handler for errors related to a specific filesystem path. */
2323
onerror: (err: Error, path: string) => unknown | Promise<void>;

0 commit comments

Comments
 (0)