Commit 96be4d08 by Pedro J Sanchez

Update Constantes.java

parent 6327f5f2
......@@ -55,7 +55,7 @@ public interface Constantes {
// Constantes del problema
public static final int D100 = 100; // Simula una tirada de dado
public static final int VARIACION = 3;
public static final int TIEMPO_SIMULADO = 4; // segundos
public static final int TIEMPO_SIMULADO = 1; // segundos
public static final int TIEMPO_ESPERA = 30; // segundos
public static final int NUM_EVENTOS = 20;
public static final int NUM_USUARIOS = 1000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment