- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for file_descriptor (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/stats/ApiAdminStatsAction.java
final ProcessProbe processProbe = ProcessProbe.getInstance(); final ProcessFileDescriptorObj processFileDescriptorObj = new ProcessFileDescriptorObj(); processObj.fileFescriptor = processFileDescriptorObj; processFileDescriptorObj.open = processProbe.getOpenFileDescriptorCount(); processFileDescriptorObj.max = processProbe.getMaxFileDescriptorCount();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.7K bytes - Viewed (0) -
CHANGELOG.md
as the API to read response trailers is unchanged. Testers may use this new stable API to supply trailers for a `Response`. * New: `Path.asRequestBody()` is now a non-experimental API. * New: `FileDescriptor.toRequestBody()` is now a non-experimental API. * New: Stop using experimental coroutines APIs in our `okhttp-coroutines` artifact.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 07 19:32:33 UTC 2025 - 31.6K bytes - Viewed (1)