This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new ed317a72 Update README.md
ed317a72 is described below
commit ed317a7213ee1c74ea5c920b4bb8f7cc877d28b4
Author: cjcchen <[email protected]>
AuthorDate: Sat Oct 12 00:20:38 2024 +0800
Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index a88a449a..6d3fea22 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,10 @@ Build Interactive Tools:
bazel build service/tools/kv/api_tools/kv_service_tools
+### Issues ###
+If you cannot build the project successfully, try to reduce the bazel jobs
[here](
+https://github.com/apache/incubator-resilientdb/blob/master/.bazelrc#L1).
+
## Functions ##
ResilientDB supports two types of functions: version-based and
non-version-based.
Version-based functions will leverage versions to protect each update,
versions must be obtained before updating a key.