| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Configure Main Scheduler Properties   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #============================================================================ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-org.quartz.scheduler.instanceName = p2p 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+org.quartz.scheduler.instanceName = edu_saas 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 org.quartz.scheduler.instanceId = AUTO 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #============================================================================ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -23,7 +23,7 @@ org.quartz.jobStore.class = org.springframework.scheduling.quartz.LocalDataSourc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #org.quartz.jobStore.useProperties = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #org.quartz.jobStore.dataSource = myDS 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-org.quartz.jobStore.tablePrefix = QRTZ_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+org.quartz.jobStore.tablePrefix = qrtz_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 org.quartz.jobStore.isClustered = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 org.quartz.jobStore.clusterCheckinInterval = 20000 
			 |