Skip to content

Commit e439e60

Browse files
committed
upgrade slick_logger to 1.0.0.6
1 parent 4c1d0e2 commit e439e60

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 1.1.1.0 - [10/03/2025]
1+
# 1.1.1.1 - [10/04/2025]
2+
- Update slick_logger to v1.0.0.6
3+
4+
# 1.1.1.0 - [09/12/2025]
25
- Update slick_logger to 1.0.0.4
36

47
# 1.1.0.0 - [08/29/2025]

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(BUILD_SLICK_LOGGER_BENCHMARKS OFF CACHE BOOL "" FORCE)
3737
FetchContent_Declare(
3838
slick_logger
3939
GIT_REPOSITORY https://github.com/SlickQuant/slick_logger.git
40-
GIT_TAG v1.0.0.4
40+
GIT_TAG v1.0.0.6
4141
)
4242
FetchContent_MakeAvailable(slick_logger)
4343

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# WebsocketProxy
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
43
[![C++20](https://img.shields.io/badge/C%2B%2B-20-blue.svg)](https://en.cppreference.com/w/cpp/20)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

66
A high-performance C++ framework that enables multiple clients to share a single WebSocket connection through efficient inter-process communication (IPC) using shared memory queues.
77

@@ -371,6 +371,6 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
371371

372372
---
373373

374-
**Version**: 1.1.1.0
374+
**Version**: 1.1.1.1
375375
**Author**: Kun Zhao
376376
**Copyright**: © 2024-2025

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ int main(int argc, char* argv[])
4545
{
4646
Logger::instance().clear_sinks();
4747
LogConfig config;
48-
config.queue_size = 65536;
4948

5049
#ifdef DEBUG
5150
config.sinks.push_back(std::make_shared<ConsoleSink>(true, true));

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1.0
1+
1.1.1.1

0 commit comments

Comments
 (0)