This commit is contained in:
Eugenio Marzo
2019-10-08 08:44:22 +02:00
parent 21e9ae3dfd
commit 358127f38f
6 changed files with 3 additions and 3 deletions
@@ -1 +1 @@
{"content":[{"name":"game.projectc","size":2335,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":5488,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":290040,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":9710,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
{"content":[{"name":"game.projectc","size":2335,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":5488,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":290004,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":9710,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -314,8 +314,8 @@ function init(self)
conf["endpoint"] = os.getenv("ENDPOINT")
conf["namespace"] = os.getenv("NAMESPACE")
alien_proximity_factor = os.getenv("ALIENPROXIMITY")
hit_cpu_time_rate_limit = os.getenv("HITSLIMIT")
--alien_proximity_factor = os.getenv("ALIENPROXIMITY")
--hit_cpu_time_rate_limit = os.getenv("HITSLIMIT")
end