Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x727/DropLabTools
/ set_TIME_OUT
Method
set_TIME_OUT
src/main/java/com/droplab/Utils/HttpUtils.java:40–42 ·
view source on GitHub ↗
(int time_out)
Source
from the content-addressed store, hash-verified
38
*/
39
private
static
int
TIME_OUT = 120000;
40
public
static
void
set_TIME_OUT(
int
time_out){
41
TIME_OUT=time_out;
42
}
43
44
/**
45
* Https请求
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected