Skip to content

Commit

Permalink
use static value instead of expression
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Oct 9, 2017
1 parent 0f9168d commit 82d7b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/DropboxClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DropboxClient
const THUMBNAIL_SIZE_L = 'w640h480';
const THUMBNAIL_SIZE_XL = 'w1024h768';

const MAX_CHUNK_SIZE = 150 * 1024 * 1024;
const MAX_CHUNK_SIZE = 157286400;

/** @var \GuzzleHttp\Client */
protected $client;
Expand Down

0 comments on commit 82d7b37

Please sign in to comment.