Skip to content
代码片段 群组 项目
  • Stan Hu's avatar
    dbc751f6
    Make it possible to run Puma v6 · dbc751f6
    Stan Hu 创作于
    Puma v6.0 dropped `nakayoshi_fork` in
    https://github.com/puma/puma/issues/2925 since "it has very minimal
    gain and can trigger nasty bugs in c-extensions due to usage of
    GC.compact." If the call to `nakayoshi_fork` is made with Puma 6, the
    Web server will crash and fail to start up.
    
    To avoid this, conditionally enable it only if Puma v5 is loaded.
    
    Changelog: fixed
    未验证
    dbc751f6
    历史
    Make it possible to run Puma v6
    Stan Hu 创作于
    Puma v6.0 dropped `nakayoshi_fork` in
    https://github.com/puma/puma/issues/2925 since "it has very minimal
    gain and can trigger nasty bugs in c-extensions due to usage of
    GC.compact." If the call to `nakayoshi_fork` is made with Puma 6, the
    Web server will crash and fail to start up.
    
    To avoid this, conditionally enable it only if Puma v5 is loaded.
    
    Changelog: fixed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。