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: modules/ROOT/assets/attachments/sg.yaml
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
type: object
2
1
properties:
3
2
adminInterface:
4
3
description: Port or TCP network address (IP address and the port) that the Admin REST API listens on. The loopback address prefix before the port (`127.0.0.1`) means the interface will not be reachable from other hosts. To make it reachable, change it to ":4985".
@@ -86,13 +85,26 @@ properties:
86
85
default: the database name
87
86
bucket_op_timeout_ms:
88
87
type: integer
89
-
description: |+
90
-
Configures how long Sync Gateway should wait for a bucket operation to complete before timing out and trying again. The value can be increased in scenarios where there is a heavy load on Couchbase Server and operations are likely to take more than 2.5 seconds to complete. The default value is 2500 milliseconds.
91
88
default: 2500
89
+
description: |+
90
+
The ```bucket_op_timeout_ms``` value defines the period (in milliseconds) that Sync Gateway should wait for a bucket operation to complete before timing-out and trying again.
91
+
92
+
You can increase the period when there is a heavy load on Couchbase Server and operations are likely to take more than 2.5 seconds to complete.
93
+
94
+
The default value is 2500 milliseconds.
95
+
compact_interval_days:
96
+
type: integer
97
+
description: |+
98
+
The ```compact_interval_days``` value defines the interval (in days) between scheduled compaction runs.
99
+
It is a decimal number -- float32
100
+
- A Zero value means do not run compaction
101
+
- Minimum non-zero value -- 0.04 (approximately 1 hour)
102
+
- Maximum value -- 60 days
103
+
- Default -- 1 day
92
104
delta_sync:
93
105
type: object
94
106
description: |+
95
-
*NOTE:* Delta Sync is an Enterprise Edition feature on Sync Gateway and Couchbase Lite.
107
+
NOTE: Delta Sync is an Enterprise Edition feature on Sync Gateway and Couchbase Lite.
96
108
97
109
Delta Sync is the ability to replicate only parts of the Couchbase mobile document that have changed. This can result in significant savings in bandwidth consumption as well as throughput improvements, especially when network bandwidth is typically constrained.
0 commit comments