You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nickva <gi...@git.apache.org> on 2017/02/21 23:33:33 UTC

[GitHub] couchdb-fabric issue #89: Prevent attachment upload from timing out during u...

Github user nickva commented on the issue:

    https://github.com/apache/couchdb-fabric/pull/89
  
    Can now PUT aprox a 1Gb attachment
    
    Could never do that before:
    ```
    ./attach_large.py --size=1000000000 --mintime=120
    
    ...
    > sent data in 0.000 sec  res: None
    > Sent data: 1000000774 bytes, receiving
    > Received: 393 bytes
    >
    HTTP/1.1 201 Created
    Cache-Control: must-revalidate
    Content-Length: 67
    Content-Type: application/json
    Date: Tue, 21 Feb 2017 23:28:28 GMT
    ETag: "1-2df9eed63e6f4df24c6a7b593adfc195"
    Location: http://127.0.0.1:15984/db/doc2
    Server: CouchDB/2.0.0 (Erlang OTP/18)
    X-Couch-Request-ID: 01ba1602c1
    X-CouchDB-Body-Time: 0
    
    {"ok":true,"id":"doc2","rev":"1-2df9eed63e6f4df24c6a7b593adfc195"}
    ```
    
    Link to attachment uploader test code: https://issues.apache.org/jira/secure/attachment/12853603/attach_large.py


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---