Changeset 39094

Show
Ignore:
Timestamp:
01/04/12 20:10:25 (18 months ago)
Author:
NeoCat
Message:

change default post timeout to 3000

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/twicli.js

    r39083 r39094  
    126126} 
    127127var postSeq = 0; 
    128 var postTimeout = 2000; 
     128var postTimeout = 3000; 
    129129function postInIFrame(url, done, err, retry) { 
    130130        loading(true);