From b94d9e2325143bce144bd9164e0bffd4fad0ab18 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:41:08 +0200 Subject: [PATCH 1/2] Update node.rs --- implementations/python/src/nodes/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python/src/nodes/node.rs b/implementations/python/src/nodes/node.rs index e5d20240f57..55ec4c43ec2 100644 --- a/implementations/python/src/nodes/node.rs +++ b/implementations/python/src/nodes/node.rs @@ -902,7 +902,7 @@ impl PyNode { let now = Instant::now(); if let Some(cached) = cache.get_mut(key) { // Longer duration was observed to work, but I'm letting them at 3 minutes since I'm not sure - // _why_ they work (unused secure channel/tcp connections get terminated by the relay node, agressively + // _why_ they work (unused secure channel/tcp connections get terminated by the relay node, aggressively // now) if now.duration_since(cached.last_used) < Duration::from_secs(180) { cached.last_used = now; From 7d1f0c8084e1add6d276c5d5a0082431ef3d5d9b Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:41:34 +0200 Subject: [PATCH 2/2] Update README.md --- implementations/elixir/ockam/ockam_rust_elixir_nifs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/elixir/ockam/ockam_rust_elixir_nifs/README.md b/implementations/elixir/ockam/ockam_rust_elixir_nifs/README.md index 40d781326fe..faca9a683f7 100644 --- a/implementations/elixir/ockam/ockam_rust_elixir_nifs/README.md +++ b/implementations/elixir/ockam/ockam_rust_elixir_nifs/README.md @@ -25,4 +25,4 @@ NIFs are built during every Ockam release and used in production, e.g. during [h ## Updating Precompile NIF Version -When using a precompiled NIF, we compare the SHA of the precompiled NIF downloaded from GitHub release with that stored in the `checksum-Elixir.ockam_rust_elixir_nifs.Native.exs` file. To update the default precompiled NIF version to use in the ockam_rust_elixir_nifs library, we need to update the SHASum of supported NIF architechtures in the `checksum-Elixir.ockam_rust_elixir_nifs.Native.exs` file. +When using a precompiled NIF, we compare the SHA of the precompiled NIF downloaded from GitHub release with that stored in the `checksum-Elixir.ockam_rust_elixir_nifs.Native.exs` file. To update the default precompiled NIF version to use in the ockam_rust_elixir_nifs library, we need to update the SHASum of supported NIF architectures in the `checksum-Elixir.ockam_rust_elixir_nifs.Native.exs` file.