Skip to content
  • rswindell's avatar
    7cee046f
    js_CreateUserObject(): if passed an internal user_t representation, the · 7cee046f
    rswindell authored
    user data is thusly cached - set the 'cached' property member to TRUE. This
    prevents an unnecessary re-read of the user file and the leaving the user file
    (user.dat) open, at least for JS contexts that contain a "user" object. I don't
    think this explains the "too many open files" errors, but it explains at least
    *some* number of the user.dat open file descriptors.
    7cee046f
    js_CreateUserObject(): if passed an internal user_t representation, the
    rswindell authored
    user data is thusly cached - set the 'cached' property member to TRUE. This
    prevents an unnecessary re-read of the user file and the leaving the user file
    (user.dat) open, at least for JS contexts that contain a "user" object. I don't
    think this explains the "too many open files" errors, but it explains at least
    *some* number of the user.dat open file descriptors.
Loading