Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r02e7483 r14a51d3  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Mar  1 15:43:17 2026
    13 // Update Count     : 70
     12// Last Modified On : Fri Oct 31 08:46:59 2025
     13// Update Count     : 67
    1414//
    1515
     
    3131#define _INVOKE_H_
    3232
    33         enum { DEFAULT_STACK_SIZE = 256000 };                           // raised from 65000
     33        enum { DEFAULT_STACK_SIZE = 65000 };
    3434
    3535        struct __cfaehm_try_resume_node;
Note: See TracChangeset for help on using the changeset viewer.