IDEMPIERE-287 org.postgresql.util.PSQLException: Bad value for type int : 2min

This commit is contained in:
Heng Sin Low 2012-06-01 11:05:16 +08:00
parent 740243db9b
commit c9e1a69cbe
1 changed files with 0 additions and 1 deletions

View File

@ -959,7 +959,6 @@ public class DB_PostgreSQL implements AdempiereDatabase
}
}
}
currentTimeout = rs.getInt(1) / 1000;
}
}
finally