- Updated logging messages to include browser mode information when sending and receiving file lists.
- Added warnings for cases where the sync directory is not set.
- Improved file request and sync logging to provide clearer insights into the synchronization process.
- Implemented checks for incomplete file downloads, including size mismatches and chunk counts, with appropriate logging for errors and warnings.
- Changed CHUNK_SIZE from 8192 to 7000 for optimized performance.
- Modified request_file_list_from_peer to accept a browser_mode parameter for improved logging based on the request context.