# This file should contain program set configuration directives in the format: # # directive_name=value # # Allowed directives are: # wait_interval (integer for seconds to wait between lock polls) # wait_attempts (integer for number of times to poll for a lock) # uploads_allowed (yes or no) # max_upload_size (integer for size in bytes, or the word 'unlimited') # # NOTE: Using 'unlimited' max_upload_size should be carefully considered # to avoid the potential of someone filling up disk via attacks. # Use this only if you need it (ie., you are designing a web-based # disk hosting service and you don't want any limits). # # Please note that program set configuration directives will override global # configuration directives. # # Place one entry per line. Comment and blank lines are allowed. uploads_allowed=yes max_upload_size=unlimited