Skip to content

Commit e02e7b3

Browse files
kwilson7770gconnell
authored andcommitted
Update steno.conf
Adding in the default configurations into the stenographer's configuration file will enhance the self-documentation of the tool. This will make it easier to understand the behaviors of the tool without referencing the GitHub document. The default values were obtained from: https://github.com/google/stenographer/blob/master/INSTALL.md To quote the the INSTALL.md document: "MaxDirectoryFiles: The maximum number of packet/index files to create before cleaning old ones up. Defaults to 30K files..." "Note that DiskFreePercentage is optional... it defaults to 10%."
1 parent 4dbd410 commit e02e7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/steno.conf

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"Threads": [
33
{ "PacketsDirectory": "/path/to/thread0/packets/directory"
44
, "IndexDirectory": "/path/to/thread0/index/directory"
5+
, "MaxDirectoryFiles": 30000
6+
, "DiskFreePercentage": 10
57
}
68
]
79
, "StenotypePath": "/usr/bin/stenotype"

0 commit comments

Comments
 (0)