Ignore:
Timestamp:
Jun 26, 2009, 6:41:15 PM (15 years ago)
Author:
ronosman
Message:

Feature 1037 added. Add an option to change photo transfert chunk size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxApp.pm

    r3466 r3467  
    314314          imageviewerIndex
    315315          frameLayout
     316          chunk_size
    316317      /
    317318);
     
    389390    $self->current_language(
    390391        $self->{current_language}||Wx::Locale::GetSystemLanguage()
     392    );
     393
     394    $self->chunk_size(
     395        $self->{chunk_size}||500_000
    391396    );
    392397   
     
    473478                    http_password
    474479                    current_language
     480                    chunk_size
    475481                /
    476482            },
     
    639645                http_password  => $self->http_password,
    640646                branding       => $self->branding,
     647                chunk_size     => $self->chunk_size,
    641648            }
    642649        )
Note: See TracChangeset for help on using the changeset viewer.