mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-10-31 15:56:05 +08:00 
			
		
		
		
	* Run in interactive mode: it uses less memory and improves
    boot time, which is the most desired properties for a dev tool
  * Do not use releases/cookie, instead generate one on boot
		
	
			
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			96 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
| # Disable busy waiting so that we don't waste resources
 | |
| +sbwt none +sbwtdcpu none +sbwtdio none
 |