diff --git a/CyberCP/settings.py b/CyberCP/settings.py index ec4164ad1..ef656129d 100755 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -190,4 +190,5 @@ LANGUAGES = ( ) MEDIA_URL = '/home/cyberpanel/media/' -MEDIA_ROOT = MEDIA_URL \ No newline at end of file +MEDIA_ROOT = MEDIA_URL +DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800 \ No newline at end of file diff --git a/plogical/processUtilities.py b/plogical/processUtilities.py index e0517ce96..6eb9d2b25 100755 --- a/plogical/processUtilities.py +++ b/plogical/processUtilities.py @@ -207,7 +207,7 @@ class ProcessUtilities(multi.Thread): logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg)) sock.close() - logging.writeToFile('Final data: %s.' % (str(data))) + #logging.writeToFile('Final data: %s.' % (str(data))) return data except BaseException as msg: