comparison seobeo/os/s_macos_edge.c @ 65:ecb6ee6a22c3

[Misc] I will no longer drink cool aids of capital P.
author June Park <parkjune1995@gmail.com>
date Wed, 24 Dec 2025 06:22:59 -0800
parents ea9ef388ab97
children a0f0ad5e42eb
comparison
equal deleted inserted replaced
64:a30944e5719e 65:ecb6ee6a22c3
70 } 70 }
71 71
72 void Seobeo_Web_Edge( 72 void Seobeo_Web_Edge(
73 Seobeo_PHandle p_server_handle, 73 Seobeo_PHandle p_server_handle,
74 int thread_count, 74 int thread_count,
75 Dowa_PHashMap p_html_cache) 75 Dowa_HashMap *p_html_cache)
76 { 76 {
77 pthread_attr_t attr; 77 pthread_attr_t attr;
78 pthread_attr_init(&attr); 78 pthread_attr_init(&attr);
79 pthread_attr_setstacksize(&attr, 5 * 1024 * 1024); // 5 MB 79 pthread_attr_setstacksize(&attr, 5 * 1024 * 1024); // 5 MB
80 80