[Policy-24] Updated the Database Configuration
[policy/engine.git] / packages / base / src / files / install / mysql / data / 161000_upgrade_script.sql
index d7892c1..02a8315 100755 (executable)
@@ -44,6 +44,16 @@ CREATE DATABASE IF NOT EXISTS `ecomp_sdk`;
 USE `ecomp_sdk`;
 set foreign_key_checks=0;
 
+--
+-- Increasing the Database variable timeouts
+--
+
+set global wait_timeout=2147483;   
+set global interactive_timeout=2147483;
+
+set wait_timeout=2147483;   
+set interactive_timeout=2147483;
+
 --
 -- Table structure for table `actionbodyentity`
 --