aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Melnikov2023-12-20 16:49:20 +0100
committerGitHub2023-12-20 16:49:20 +0100
commitb709d63debafce9f5645a5ba550c9e0983b3d1f7 (patch)
treeeb733f30e74d98906ea84887834b6dc5af4259b3 /README.md
parent915327515f5fd1b7719c06e2f1eb304ee0bdd803 (diff)
parent56ba8c3929802fb00c4803452024e23cdb54cc99 (diff)
Merge pull request #251 from serokell/rvem/add-missing-activation-timeout-documentation
[Chore] Add missing documentation for timeout options
Diffstat (limited to '')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5beaf8..4525001 100644
--- a/README.md
+++ b/README.md
@@ -218,9 +218,19 @@ This is a set of options that can be put in any of the above definitions, with t
# Will also fetch all external dependencies from the target system's substituters.
# This default to `false`
remoteBuild = true;
+
+ # Timeout for profile activation.
+ # This defaults to 240 seconds.
+ activationTimeout = 600;
+
+ # Timeout for profile activation confirmation.
+ # This defaults to 30 seconds.
+ confirmTimeout = 60;
}
```
+Some of these options can be provided during `deploy` invocation to override default values or values provided in your flake, see `deploy --help`.
+
## About Serokell
deploy-rs is maintained and funded with ❤️ by [Serokell](https://serokell.io/).