nix/ec-node: use u32 for bridge timeout option
This commit is contained in:
parent
3cc6e5eba2
commit
f70d4a02fd
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
timeoutMs = lib.mkOption {
|
timeoutMs = lib.mkOption {
|
||||||
type = lib.types.ints.u64;
|
type = lib.types.ints.u32;
|
||||||
default = 30000;
|
default = 30000;
|
||||||
description = "Bridge run timeout; service restarts and refreshes gossip peers after this window (0 = run forever).";
|
description = "Bridge run timeout; service restarts and refreshes gossip peers after this window (0 = run forever).";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue