You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

3
+

4
4
5
5
## 🚀 About
6
6
**Arnelify® Server for Python** - is a minimalistic dynamic library which is a powerful server written in C and C++.
@@ -61,6 +61,7 @@ You can find code examples <a href="https://github.com/arnelify/arnelify-server-
61
61
|**SERVER_MAX_FILES**| Defines the maximum number of files in the form.|
62
62
|**SERVER_MAX_FILES_SIZE_TOTAL_MB**| Defines the maximum total size of all files in the form.|
63
63
|**SERVER_MAX_FILE_SIZE_MB**| Defines the maximum size of a single file in the form.|
64
+
| **SERVER_NET_CHECK_FREQ_MS**| Network interface check frequency in milliseconds. The lower the value, the higher the CPU
64
65
|**SERVER_PORT**| Defines which port the server will listen on.|
65
66
|**SERVER_THREAD_LIMIT**| Defines the maximum number of threads that will handle requests.|
66
67
|**SERVER_QUEUE_LIMIT**| Defines the maximum size of the queue on the client socket.|
@@ -73,7 +74,7 @@ This software is licensed under the <a href="https://github.com/arnelify/arnelif
73
74
Join us to help improve this software, fix bugs or implement new functionality. Active participation will help keep the software up-to-date, reliable, and aligned with the needs of its users.
74
75
75
76
## ⭐ Release Notes
76
-
Version 0.7.7 - Minimalistic dynamic library
77
+
Version 0.7.8 - Minimalistic dynamic library
77
78
78
79
We are excited to introduce the Arnelify Server dynamic library for Python! Please note that this version is raw and still in active development.
0 commit comments