File tree 2 files changed +8
-4
lines changed
src/main/java/com/arangodb/model
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,10 @@ public Integer getLockTimeout() {
44
44
}
45
45
46
46
/**
47
- * @param lockTimeout an optional numeric value that can be used to set a timeout for waiting on collection locks. If not
48
- * specified, a default value will be used. Setting lockTimeout to 0 will make ArangoDB not time out
47
+ * @param lockTimeout a numeric value that can be used to set a timeout in seconds for
48
+ * waiting on collection locks. This option is only meaningful when using
49
+ * exclusive locks. If not specified, a default value of 900 seconds will be
50
+ * used. Setting lockTimeout to 0 will make ArangoDB not time out
49
51
* waiting for a lock.
50
52
* @return options
51
53
*/
Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ public Integer getLockTimeout() {
71
71
}
72
72
73
73
/**
74
- * @param lockTimeout an optional numeric value that can be used to set a timeout for waiting on collection locks. If not
75
- * specified, a default value will be used. Setting lockTimeout to 0 will make ArangoDB not time out
74
+ * @param lockTimeout a numeric value that can be used to set a timeout in seconds for
75
+ * waiting on collection locks. This option is only meaningful when using
76
+ * exclusive locks. If not specified, a default value of 900 seconds will be
77
+ * used. Setting lockTimeout to 0 will make ArangoDB not time out
76
78
* waiting for a lock.
77
79
* @return options
78
80
*/
You can’t perform that action at this time.
0 commit comments