removing fed sockets settings
This commit is contained in:
		
							parent
							
								
									2b4e355522
								
							
						
					
					
						commit
						94480c6607
					
				
					 2 changed files with 0 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -147,16 +147,6 @@
 | 
			
		|||
    "SameSite=Lax"
 | 
			
		||||
  ]
 | 
			
		||||
 | 
			
		||||
config :pleroma, :fed_sockets,
 | 
			
		||||
  enabled: false,
 | 
			
		||||
  connection_duration: :timer.hours(8),
 | 
			
		||||
  rejection_duration: :timer.minutes(15),
 | 
			
		||||
  fed_socket_fetches: [
 | 
			
		||||
    default: 12_000,
 | 
			
		||||
    interval: 3_000,
 | 
			
		||||
    lazy: false
 | 
			
		||||
  ]
 | 
			
		||||
 | 
			
		||||
# Configures Elixir's Logger
 | 
			
		||||
config :logger, :console,
 | 
			
		||||
  level: :debug,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,11 +19,6 @@
 | 
			
		|||
  level: :warn,
 | 
			
		||||
  format: "\n[$level] $message\n"
 | 
			
		||||
 | 
			
		||||
config :pleroma, :fed_sockets,
 | 
			
		||||
  enabled: false,
 | 
			
		||||
  connection_duration: 5,
 | 
			
		||||
  rejection_duration: 5
 | 
			
		||||
 | 
			
		||||
config :pleroma, :auth, oauth_consumer_strategies: []
 | 
			
		||||
 | 
			
		||||
config :pleroma, Pleroma.Upload,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue