Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ROZ-MOFUMOFU-ME/db25afd4cfffbd6026ac85f59163e423 to your computer and use it in GitHub Desktop.
Save ROZ-MOFUMOFU-ME/db25afd4cfffbd6026ac85f59163e423 to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
[InitializeOnLoad]
public class MakeUploadsFast : MonoBehaviour
{
static MakeUploadsFast()
{
BestHTTP.HTTPManager.SendBufferSize = 1024 * 1024;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment