Skip to content

Commit c976069

Browse files
committed
added doc
1 parent 04fc93a commit c976069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/github/jlangch/venice/impl/functions/IPCFunctions.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ public class IPCFunctions {
107107
" The data is AES-256-GCM encrypted using a secret that is" +
108108
" created and exchanged using the Diffie-Hellman key exchange " +
109109
" algorithm.|\n\n" +
110+
"| :server-log-dir f | If the server-log-dir is specified writes a server log to this " +
111+
" directory.¶" +
112+
" Defaults to `nil`.|\n" +
110113
"| :write-ahead-log-dir f | Provide a write-ahead-log directory to support durable queues.¶" +
111114
" Defaults to `nil`.|\n" +
112115
"| :write-ahead-log-compress b | If `true` compresses the write-ahead-log records.¶" +

0 commit comments

Comments
 (0)