Files
ToastyFS/src
Claude 5adf1337cf Move chunk server RequestQueue initialization to connection time
The RequestQueue for chunk servers should be initialized when the
connection is actually established in get_chunk_server_connection(),
not ahead of time during tinydfs_init().

The metadata server RequestQueue initialization remains in tinydfs_init()
since the metadata server connection is established during initialization.

Changes:
- Removed premature RequestQueue initialization for chunk servers
- Added clarifying comments about initialization timing
- RequestQueue is initialized in get_chunk_server_connection() (line 227)
2025-11-02 13:33:39 +00:00
..
2025-10-29 21:46:17 +01:00
2025-10-28 17:24:25 +01:00
2025-10-29 21:46:17 +01:00
2025-10-28 17:24:25 +01:00
2025-10-28 17:33:52 +01:00
2025-11-02 04:37:20 +01:00
2025-11-01 22:44:04 +01:00
2025-10-29 21:46:17 +01:00
2025-10-28 17:24:25 +01:00
2025-10-28 17:24:25 +01:00
2025-10-28 17:24:25 +01:00
2025-10-28 17:24:25 +01:00
2025-10-28 17:24:25 +01:00
2025-11-02 04:37:20 +01:00