You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a tunnel to connect to the the python remote server on some target.
Import Library Remote http://xxx.xxx.xxx.xxx:12345 WITH NAME MyRemoteLibrary
This import takes about 1 minute to execute, because with a ping of 35ms, it will send 292 requests to get the keywords from the server.
Is there a way to improve this? e.g. get all this data with one request?
The text was updated successfully, but these errors were encountered:
I use a tunnel to connect to the the python remote server on some target.
This import takes about 1 minute to execute, because with a ping of 35ms, it will send 292 requests to get the keywords from the server.
Is there a way to improve this? e.g. get all this data with one request?
The text was updated successfully, but these errors were encountered: