Hi, I want to change the timeout only for using the H2 console. So I think I have to adapt the command in the h2.bat. At the moment the command is
@java -cp "h2-1.4.200.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %* @if errorlevel 1 pause How do I have do modify the command to set the timeout Evgenij Ryazanov schrieb am Samstag, 3. Dezember 2022 um 08:19:56 UTC+1: > Hello. > > You can add ;LOB_TIMEOUT=your_value to JDBC URL. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/a061e6e5-8796-4663-b2ee-138143be6fc2n%40googlegroups.com.
