Merge pull request #3181 from mempool/nymkappa/run-forensics-last
Run ln forensics last
This commit is contained in:
		
						commit
						13db2626b0
					
				| @ -206,8 +206,8 @@ class Server { | |||||||
|     try { |     try { | ||||||
|       await fundingTxFetcher.$init(); |       await fundingTxFetcher.$init(); | ||||||
|       await networkSyncService.$startService(); |       await networkSyncService.$startService(); | ||||||
|       await forensicsService.$startService(); |  | ||||||
|       await lightningStatsUpdater.$startService(); |       await lightningStatsUpdater.$startService(); | ||||||
|  |       await forensicsService.$startService(); | ||||||
|     } catch(e) { |     } catch(e) { | ||||||
|       logger.err(`Nodejs lightning backend crashed. Restarting in 1 minute. Reason: ${(e instanceof Error ? e.message : e)}`); |       logger.err(`Nodejs lightning backend crashed. Restarting in 1 minute. Reason: ${(e instanceof Error ? e.message : e)}`); | ||||||
|       await Common.sleep$(1000 * 60); |       await Common.sleep$(1000 * 60); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user