This commit is contained in:
TheErrorExe 2025-08-13 23:59:10 +02:00 committed by GitHub
parent 898eba358c
commit 8de5d5a5a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@ def completesearch():
except Exception as e:
return jsonify({"error": f"Error processing suggestions: {str(e)}"}), 500
CONTENT_LENGTH = 50000000
CONTENT_LENGTH = 500000000
@app.route('/git_video', methods=['GET'])
def git_video():