You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,9 @@ The file contains colon ```:``` separated key pair values. Following is the brie
53
53
"buffersize": 1048576
54
54
}
55
55
```
56
-
fastmode - boolean attribute. If set to true, then encryption of a file will be done multithreaded manner.
57
-
threadcount - Integer attribute. Defines how many buffers will be encrypted concurrently at a time.
58
-
buffersize - Integer attribute. Defines the size of the buffer in bytes which will be read from file, encrypted and written back to disk. Default value is ```1048576``` i.e 1 MB.
56
+
***fastmode** - boolean attribute. If set to true, then encryption of a file will be done multithreaded manner.
57
+
***threadcount** - Integer attribute. Defines how many buffers will be encrypted concurrently at a time.
58
+
***buffersize** - Integer attribute. Defines the size of the buffer in bytes which will be read from file, encrypted and written back to disk. Default value is ```1048576``` i.e 1 MB.
59
59
60
60
3. config.json - Defines the configurations of the application server.
61
61
```
@@ -65,9 +65,9 @@ buffersize - Integer attribute. Defines the size of the buffer in bytes which wi
65
65
"protocol": "HTTP"
66
66
}
67
67
```
68
-
name - Name of the application
69
-
port - port on which app server listens for request.
70
-
protocol - name of the protocol used by the server.
68
+
***name** - Name of the application
69
+
***port** - port on which app server listens for request.
70
+
***protocol** - name of the protocol used by the server.
71
71
72
72
## Want to contribute
73
73
1. Explain the issue that must be fixed or a feature that must to be added.
0 commit comments