We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc93a commit c976069Copy full SHA for c976069
src/main/java/com/github/jlangch/venice/impl/functions/IPCFunctions.java
@@ -107,6 +107,9 @@ public class IPCFunctions {
107
" The data is AES-256-GCM encrypted using a secret that is" +
108
" created and exchanged using the Diffie-Hellman key exchange " +
109
" 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" +
113
"| :write-ahead-log-dir f | Provide a write-ahead-log directory to support durable queues.¶" +
114
" Defaults to `nil`.|\n" +
115
"| :write-ahead-log-compress b | If `true` compresses the write-ahead-log records.¶" +
0 commit comments