This is an automated email from the ASF dual-hosted git repository. gkoszyk pushed a commit to branch io_uring_tpc_compio in repository https://gitbox.apache.org/repos/asf/iggy.git
commit ae5b6a5d5c34919f5b9f35b15a66c132a49f085e Author: numinex <[email protected]> AuthorDate: Fri Jul 4 09:38:51 2025 +0200 fix pr number --- core/server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/src/main.rs b/core/server/src/main.rs index e81cd902..5d5f8698 100644 --- a/core/server/src/main.rs +++ b/core/server/src/main.rs @@ -149,7 +149,7 @@ fn main() -> Result<(), ServerError> { } // TODO: Fix this once this PR gets resolved. - // https://github.com/compio-rs/compio/pull/444 + // https://github.com/compio-rs/compio/pull/445 /* compio::utils::bind_to_cpu_set(Some(shard_id)) .unwrap_or_else(|e| panic!("Failed to set CPU affinity for shard-{id}: {e}"));
