mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
up timeout to 15 seconds.
This commit is contained in:
parent
2610ef34ac
commit
0bfad7cd05
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class RefreshNamesTask extends AsyncTask<Void, Void, String[]> {
|
||||||
Utils.logf( "doInBackground()" );
|
Utils.logf( "doInBackground()" );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Socket socket = NetUtils.MakeProxySocket( m_context, 3000 );
|
Socket socket = NetUtils.MakeProxySocket( m_context, 15000 );
|
||||||
|
|
||||||
DataOutputStream outStream =
|
DataOutputStream outStream =
|
||||||
new DataOutputStream( socket.getOutputStream() );
|
new DataOutputStream( socket.getOutputStream() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue