WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

Table assets #211

Closed LifeGold closed 8 years ago

LifeGold commented 8 years ago

Steps to reproduce

  1. I have not watched, and then decided to go to the assets table, and saw that it was empty, very strange given the fact that the server is now about 15 regions, 140 users, and a bunch of stuff from them, as it should be? http://prntscr.com/byuy6t

    Server configuration

Operating system: Ubuntu 14

WhiteCore version: 0.9.4

emperorstarfinder commented 8 years ago

Assets are stored in files so this should actually not cause any issues. By default FIleBasedAssetStorage is used to store the assets to help with quicker scene rezzing in-world.

EDIT: I also omitted (left out) the fact that regions also do not necessarily need to use MySQL in grid mode so long as they are connected to the grid service. This does in fact help reduce issues where to many calls would otherwise present potential lag for users.

greythane commented 8 years ago

Question answered