mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +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()" );
|
||||
|
||||
try {
|
||||
Socket socket = NetUtils.MakeProxySocket( m_context, 3000 );
|
||||
Socket socket = NetUtils.MakeProxySocket( m_context, 15000 );
|
||||
|
||||
DataOutputStream outStream =
|
||||
new DataOutputStream( socket.getOutputStream() );
|
||||
|
|
Loading…
Add table
Reference in a new issue