Rojo syncing slowly

Hello! Rojo sometimes will sync instantly and other times take a few minutes. I have no idea how to fix this as both my CLI rojo is updated and the extension to 7.5.1

It also takes like 5 minutes to connect from studio to VSCode

Is there a solution to this? I haven’t found anything online that would help me. Thanks!

1 Like

It could depend on how you set up the syncing hierarchy, or factors that have to do with your network.

Dekkonot has mentioned that It might be limitations of Roblox’s HTTP request limits for plugins. Additionally, Windows Defender can cause issues like these. Try adding an exception for the directories you sync.

If that doesn’t speed things up, I recommend you create an issue on Rojo’s GitHub page and provide all details on your setup. They are best suited to help you.

1 Like

I don’t use Windows Defender, as I have another security software but I made sure to exclude the directory. I tried changing the port to one I use for web development, but that didn’t seem to change anything. For my syncing hierarchy, this is it:

"ReplicatedStorage": {
  "Shared": {
    "$path": "src/shared",
    "Classes": {
      "$path": "src/classes"
    },
    "Modules": {
      "$path": "src/modules"
    }
  },
  "UI": {
    "$path": "src/UI.luau",
    "Elements": {
      "$path": "src/UI"
    }
  },
  "Packages": {
    "$path": "Packages"
  }
},

"ServerScriptService": {
  "$path": "src/server"
}

If you can’t do anything else about this, just let me know and I’ll move it over to the Rojo issues page. :]

Your hierarchy seems fine. At this point, you may move forward with the issue.

Alright, thanks. Here is the link to the issue if you’re curious: Sync slow most of the time · Issue #1112 · rojo-rbx/rojo · GitHub

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.