#1: Implemented in-memory storage for textures

This commit is contained in:
ErickSkrauch
2019-04-21 20:28:58 +03:00
parent ad300e8c1c
commit d7f03ce182
7 changed files with 299 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ type queueTestSuite struct {
}
func (suite *queueTestSuite) SetupSuite() {
delay = 0
uuidsQueuePeriod = 0
}
func (suite *queueTestSuite) SetupTest() {