if changing primary hub during an import operation - remove the old xchan and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size.
This commit is contained in:
@@ -64,7 +64,7 @@ $a->config['system']['max_import_size'] = 200000;
|
||||
|
||||
// maximum size of uploaded photos
|
||||
|
||||
$a->config['system']['maximagesize'] = 800000;
|
||||
$a->config['system']['maximagesize'] = 3000000;
|
||||
|
||||
// Location of PHP command line processor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user