<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SwiftyDropbox calling upload N times in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-calling-upload-N-times/m-p/220078#M11621</link>
    <description>&lt;P&gt;If I call upload N times, the calls return immediately, but will SwiftyDropbox create N simultaneous uploads or queue the uploads and upload one after another?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:22:52 GMT</pubDate>
    <dc:creator>larschassing</dc:creator>
    <dc:date>2019-05-29T09:22:52Z</dc:date>
    <item>
      <title>SwiftyDropbox calling upload N times</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-calling-upload-N-times/m-p/220078#M11621</link>
      <description>&lt;P&gt;If I call upload N times, the calls return immediately, but will SwiftyDropbox create N simultaneous uploads or queue the uploads and upload one after another?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-calling-upload-N-times/m-p/220078#M11621</guid>
      <dc:creator>larschassing</dc:creator>
      <dc:date>2019-05-29T09:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox calling upload N times</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-calling-upload-N-times/m-p/220255#M11645</link>
      <description>SwiftyDropbox uses Alamofire, and Alamofire should behave like NSURLSession, meaning it will not queue up the requests for you.&lt;BR /&gt;&lt;BR /&gt;So if you make 10 requests in a row, the will likely timeout if they are long requests. &lt;BR /&gt;You can solve this by dispatching your requests to a queue, and maxing out the number of concurrent operations to something like 2 or 3, or whatever makes sense for your app.</description>
      <pubDate>Tue, 09 May 2017 17:04:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-calling-upload-N-times/m-p/220255#M11645</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-09T17:04:52Z</dc:date>
    </item>
  </channel>
</rss>

