When they push content from one branch to another, users can choose whether to push only the
				map or to push both the map and its children. If one of these actions should be the
				default, you can set that using a system parameter. The value of the parameter
				determines the default value of the Push Dependencies slider
				on the Manage Instance dialog.
 
		
		- 
				In the system configuration, check out and open
						web.platform.config.xml.
			
- 
				Add the following new parameter
				<entry
						key="default.automatic.push.dependencies">____</entry>With
						one of the following values: 
						- true: The slider is set to push the map and its children by default
- false: The slider is set to push only the map by default
 This is only a default. A user can change the setting as needed each
						time they push content. 
- 
				Save and check in the file.
			
- 
				Refresh the Web Server.