Spaces:
Runtime error
Runtime error
# File upload limits | |
FILE_UPLOAD_LIMIT_MB=10 # Set file upload limit to 10MB | |
# Execution time limits | |
MAX_EXECUTION_TIME=60 # Set maximum execution time to 60 seconds | |
# Resource limits | |
RESOURCE_LIMIT_MB=512 # Set resource limit to 512MB | |
# Configuration flags | |
DEBUG_MODE=true # Enable debug mode | |
ENABLE_DATA_PROCESSING=true # Enable data processing features | |
# Paths and directories | |
DATA_DIRECTORY=/path/to/data # Set the path to your data directory |